Post Install Script to Upgrade to V8 requires V8 to run #3221
-
I understand that the post install script can be used to upgrade version 7 to 8, and that as from July (next month) that V8 is required. However when I run the script to upgrade to V8 I get:
what am I doing wrong ? |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 3 replies
-
Should I just run the https://raw.githubusercontent.com/tteck/Proxmox/main/misc/pve8-upgrade.sh instead ? |
Beta Was this translation helpful? Give feedback.
-
First, utilize the command This command is designed to transition a currently running PVE 7 instance into a running PVE 8 instance.
To ensure a proper source installation, please respond with "yes" to all questions prompted during the installation process. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response, yes I have already run the The script ran but appeared to fail at the last step with NGINX errors:
Not sure yet whether these are critical or what the implications are. |
Beta Was this translation helpful? Give feedback.
-
OK, found the issue, it was a bad config entry for a nginx proxy that no longer existed. All is good Upgraded 2 servers, thank you. |
Beta Was this translation helpful? Give feedback.
-
OK, I do have now several issues. NUT server is no longer working and cannot communicate with the UPS over USB even though lsusb shows the UPS, and it was working before upgrade. Some kind of network issue where dns now returns IPV6 ip addresses and this is causing all requests to fail, i.e system updates, pings etc all now fail. |
Beta Was this translation helpful? Give feedback.
-
Hmm, this now affects all of my containers, now none of them can access the internet due to IPV6 dns lookups which wont resoilve. |
Beta Was this translation helpful? Give feedback.
-
I am working through the issues, disabled DHCPV6 service on opnsense yet containers are still getting an IPV6 IP, no idea why even after reboot of opnsense and proxmox host and containers. Also, frigate crashed and was unable to passthrough GPU see here: blakeblackshear/frigate#9574
Solution for me was to change device: GPU:
And on Alpine Linux prevent IPV6:
and on Debian / Ubuntu:
Still debugging others will update when I have solutions. |
Beta Was this translation helpful? Give feedback.
-
so far unable to resolve while NUT has stopped communicating with the UPS over usb. |
Beta Was this translation helpful? Give feedback.
-
Googled it and lots of people reporting same issue but no solutions that I can find:
Any suggestions ? |
Beta Was this translation helpful? Give feedback.
First, utilize the command
pve7to8 --full
to check readiness for the transition.This command is designed to transition a currently running PVE 7 instance into a running PVE 8 instance.
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/pve8-upgrade.sh)"
To ensure a proper source installation, please respond with "yes" to all questions prompted during the installation process.