upgrade InfluxDB to v2

This commit is contained in:
hungnt612 2022-09-26 10:50:15 +07:00
parent cdf9a6ba35
commit 9f3c682c05
156 changed files with 841 additions and 462 deletions

View file

@ -338,18 +338,18 @@ export PCT_OPTIONS="
-unprivileged $CT_TYPE
$PW
"
bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/ct/create_lxc.sh)" || exit
bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/ct/create_lxc.sh)" || exit
msg_info "Starting LXC Container"
pct start $CTID
msg_ok "Started LXC Container"
lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/setup/nocodb-install.sh)" || exit
lxc-attach -n $CTID -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/hungnt612/Proxmox/main/setup/nocodb-install.sh)" || exit
IP=$(pct exec $CTID ip a s dev eth0 | sed -n '/inet / s/\// /p' | awk '{print $2}')
pct set $CTID -description "# ${APP} LXC
### https://github.com/tteck/Proxmox"
### https://github.com/hungnt612/Proxmox"
msg_ok "Completed Successfully!\n"
echo -e "${APP} should be reachable by going to the following URL.