Featured image of post How to update Proxmox VE

How to update Proxmox VE

My process for updating my Proxmox VE hosts.

Proxmox web user interface screenshot

Updating Proxmox VE

NOTE: At the time of writing I am using Proxmox VE 6.x
These instructions may no longer apply to future versions of Proxmox! Check the Proxmox documentation out before you try this!

 

Overview

These instructions are really for my own use (to prompt my terrible memory!) but allow you to update the base OS of Proxmox.


Steps

  • SSH to your Proxmox VE host.

  • Add the following to /etc/apt/sources.list:

1
2
3
4
5
6
7
8
9
# Debian
deb http://ftp.uk.debian.org/debian buster-updates main contrib
deb http://ftp.uk.debian.org/debian buster main contrib

# Security
deb http://security.debian.org buster/updates main contrib

# Proxmox
deb http://download.proxmox.com/debian buster pve-no-subscription

Note that you might want to change the uk in the Debian.org URLs above.

  • Run the following:
    apt update
    apt dist-upgrade

 

Built with Hugo
Theme Stack designed by Jimmy