Configure no-subscription repositories and upgrade¶
I am using proxmox without subscription and edited 2 files through a shell spawned from proxmox gui to tell proxmox to use the non enterprise repositories that are configured by default.
Documentation https://pve.proxmox.com/wiki/Package_Repositories
- Remove enterprise sources list
-
Create
orsources.list
file -
Add repositories to
sources.list
- the content should look like thisdeb http://deb.debian.org/debian bookworm main contrib deb http://deb.debian.org/debian bookworm-updates main contrib # Proxmox VE pve-no-subscription repository provided by proxmox.com, # NOT recommended for production use deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription # security updates deb http://security.debian.org/debian-security bookworm-security main contrib
-
Configure ceph.list to use no-subscription repository - content shown here with
cat
command -
In the proxmox GUI go to node->updates and click update to fetch the list of available updates
-
Click upgrade to upgrade node and follow instructions in prompt
TIP: Hibernate any running vm's before rebooting the node (right click vm and select hibernate, repeat for all vm's)
Last update:
2023-09-22 13:13:10