Awesome q2a theme
0 votes
How to Upgrade Proxmox from 6.x to 7.0
closed
in Installation by (1.2k points)
closed by

1 Answer

0 votes
Best answer

https://pve.proxmox.com/wiki/Upgrade_from_6.x_to_7.0

pve6to7 --full

sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' /etc/apt/sources.list

sed -i -e 's/buster/bullseye/g' /etc/apt/sources.list.d/pve-install-repo.list 

nano /etc/apt/sources.list

###########################################################################

deb http://ftp.it.debian.org/debian bullseye main contrib

deb http://ftp.it.debian.org/debian bullseye-updates main contrib

# security updates

deb http://security.debian.org bullseye-security main contrib

# Repository PVE pve-no-subscription fornito da proxmox.com,

# NON consigliato per l'uso in produzione

deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription

###########################################################################

apt update

apt -y dist-upgrade

press enter to any question

apt remove linux-image-amd64

apt -y autoremove

shutdown -r now

by (1.2k points)
If you have problrem....

ouch '/please-remove-proxmox-ve'
apt update
apt -y full-upgrade



systemctl status pveproxy pvedaemon
systemctl restart pveproxy pvedaemon
apt-get install proxmox-ve


apt update
apt -y upgrade
apt -y autoremove
apt install -f
apt install pve-manager
dpkg -l | grep pve*


mkdir /usr/share/proxmox-ve
nano /usr/share/proxmox-ve/pve-apt-hook
chmod u+x /usr/share/proxmox-ve/pve-apt-hook
apt install proxmox-ve


apt update
apt -y upgrade
apt -y autoremove
apt install -f
apt install -y pve-manager

apt clean && apt update && apt -y dist-upgrade

nano /etc/apt/sources.list

###########################################################################

deb http://ftp.it.debian.org/debian bullseye main contrib

deb http://ftp.it.debian.org/debian bullseye-updates main contrib

# security updates
deb http://security.debian.org bullseye-security main contrib

# Repository PVE pve-no-subscription fornito da proxmox.com,
# NON consigliato per l'uso in produzione
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription

###########################################################################



apt clean && apt update && apt -y dist-upgrade
apt install -y pve-manager
Welcome to IOT Services Q&A, where you can ask questions and receive answers from other members of the community.
12 questions
12 answers
1 comment
1 user