filmov
tv
Upgrade ProxMox VE from 6.4 to 7.0

Показать описание
#ProxMox #Hypervisor #InPlaceUpgrade
NOTE: These steps are for a single standalone ProxMox server. They have not been tested in a clustered environment
NOTE: 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 6.4 updates
# disable proxmox commmercial repo
# add the proxmox community repo
# 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
pve6to7 --full
# update apt repositories to bullseye
# 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 v7.x
### Connect with me and others ###
NOTE: These steps are for a single standalone ProxMox server. They have not been tested in a clustered environment
NOTE: 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 6.4 updates
# disable proxmox commmercial repo
# add the proxmox community repo
# 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
pve6to7 --full
# update apt repositories to bullseye
# 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 v7.x
### Connect with me and others ###
Комментарии