| ▲ | vladgur 3 hours ago | ||||||||||||||||
#TIL Proxmox 9.1 is out. Im still on 8.x -- it was a fun way to consolidate my different hacky projects -- home assistant, frigate, wireguard, qbittorrent etc Kinda scared to think of what it would take to upgrade to 9.1 :) | |||||||||||||||||
| ▲ | gerdesj 2 hours ago | parent | next [-] | ||||||||||||||||
Do this: https://pve.proxmox.com/wiki/Upgrade_from_8_to_9 No need to overthink it too much. I've done several so far. Run the pve8to9 script first to do some sanity checks (it should already be installed if the system is up to date). Update the box to latest 8.x with apt update etc. Change the package sources to the new ones and update the system. The packages databases can be a bit confusing: You have two lots - stock Debian and Proxmox (enterprise OR no-subscription). Stock Debian is in the single file /etc/apt/sources.list - change "bookworm" to "trixie". Proxmox sources is in a file in /etc/apt/sources.list.d/ Remove all of the Proxmox related ones you have there and run this (or do it yourself with an editor). This example is no-sub - the official doc notes the enterprise equivalent:
Run apt dist-upgrade then the pve8to9 script again and then reboot. If in doubt choose Y for install the maintainer's version when prompted. There are notes in the doc about several packages.Job done. | |||||||||||||||||
| |||||||||||||||||
| ▲ | ehaughee 3 hours ago | parent | prev | next [-] | ||||||||||||||||
My homelab upgrade from 8.x to 9.x was pretty smooth from following their upgrade guide[1]. I just upgraded from 9.0 to 9.1 this morning without any issues. | |||||||||||||||||
| |||||||||||||||||
| ▲ | HolyLampshade 3 hours ago | parent | prev [-] | ||||||||||||||||
For what it’s worth I went through the upgrade last weekend. There is a compatibility check script and, frankly, the whole process proxmox had described on their site worked precisely as advertised. 5 host cluster; rebooted them all at completion and all of the containers came back up without issue (combination of VMs and LXC) | |||||||||||||||||