Home Upgrade Proxmox from CLI
Post
Cancel

Upgrade Proxmox from CLI

To upgrade only packages that are installed.

1
apt-get update && apt-get upgrade

No reboot is necesary.

To update a node entirely

1
apt-get update && apt-get dist-upgrade

Only reboot the node if necesary.

This post is licensed under CC BY 4.0 by the author.