Upgrading PVE from the command line
At the login: prompt, type root
and press
Enter; when the password prompt appears, enter the root user's password that you defined during the installation.
To optimize performance, maximize uptime, and keep the system secure, it's imperative that software patches are applied to Proxmox VE.
Assuming you're getting acquainted with Promox VE before committing to a support subscription, a change must be made to the software repositories.
To update and upgrade PVE when it's not attached to a support subscription, the following steps are necessary:
- Disable the enterprise repository.
- Add a new repository called
no-subscription
. - Use
apt
to update the list of available packages. - Use
apt
to upgrade installed packages if upgrades exist. - Upgrade the distribution with
apt
.
Disabling the enterprise repository
Without this step, apt-get update
will fail as apt
tries to access the enterprise repo. So, we'll comment out the enterprise repo in the list of repositories:
sed -i...