Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
This is very simple, just login on the the host and make If you wish to update or upgrade Proxmox, it is probably wise to just look at the Proxmox documentation: https://pve.proxmox.com/wiki/Category:Upgrade. However most of the time, upgrades are fairly simple.
Make sure that the following repository is present:
Code Block |
---|
deb http://download.proxmox.com/debian/pve buster pve-no-subscription |
Make sure that you change Buster to the currently running OS!Now just apt update and apt upgrade., use lsb_release -a
Code Block |
---|
apt update
apt dist-upgrade |
Never use apt upgrade
, this might break the Proxmox installation and require a complete reinstall!