In-Place Upgrade Proxmox VE from 7 to 8 @i12bretro
In-Place Upgrade Proxmox VE from 7 to 8  @i12bretro
Uploaded July 2023 | Updated September 2026, 2 weeks ago
#ProxMox #Hypervisor #Upgrade

Full steps can be found at i12bretro.github.io/tutorials/0596.html

💡 NOTE: These steps are for a single standalone Proxmox server. They have not been tested in a clustered environment
 
🚨 WARNING: Make sure to create external backups of all important VMs and CTs just in case something goes wrong. You've been warned.
 
   01. Log into Proxmox VE, either at the console or the web UI and launch the web shell
   02. Stop all running VMs and CTs
   03. Run the following commands to make sure Proxmox VE is running the latest 7 updates
         # disable proxmox commmercial repo
         sed -i "s/^deb/\#deb/" /etc/apt/sources.list.d/pve-enterprise.list
         # add the proxmox community repo
         echo "deb download.proxmox.com/debian/pve $(grep "VERSION=" /etc/os-release | sed -n 's/.*(\(.*\)).*/\1/p') pve-no-subscription" ≫ /etc/apt/sources.list.d/pve-community.list
         # update software repositories
         apt update
         # install software updates
         apt dist-upgrade -y
         # clean apt cache
         apt clean
         # run the upgrade checklist utility, resolve any issues reported before continuing
         pve7to8 --full
         # update apt repositories to bullseye
         sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list && sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/pve-community.list && sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list.d/pve-enterprise.list
         # update software repositories
         apt update
         # install software updates
         apt dist-upgrade -y
         # clean apt cache
         apt clean
         # reboot
         reboot now
   04. That's it, Proxmox VE has now been updated to the latest v8.x
 
Source and Additional Info:  pve.proxmox.com/wiki/Upgrade_from_7_to_8
 


### Connect with me and others ###
★ Discord: discord.com/invite/EzenvmSHW8
★ Reddit: reddit.com/r/i12bretro
★ Twitter: twitter.com/i12bretro
In-Place Upgrade Proxmox VE from 7 to 8Create a Secure Web Based Password Vault with Keepass WebMonitor Docker Container Resource Usage with cAdvisorRun HomeDash - Server MonitorDashboard - on LinuxInstall MeshCentral - Remote Management Site - on LinuxInstall SolidInvoice - Open Source Invoicing Software - on WindowsRunning a Windows Server 2025 VM in Proxmox VERunning an EndeavourOS VM in Proxmox VERun Lychee - Photo Management System - in DockerRun miniPaint - Browser Based Image Editor - in DockerInstall AdGuard Home - Cross Platform Pi Hole Alternative - on Raspberry Pi 4Install LimeSurvey CE - Custom Survey Tool - on Windows
i12bretro |

In-Place Upgrade Proxmox VE from 7 to 8

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER