Procedure followed for Proxmox 6 to Proxmox 7 for No subscription Proxmox

ermanishchawla

Well-Known Member
Mar 23, 2020
332
37
48
38
Code:
export LC_ALL="en_US.UTF-8"
rm -f /etc/apt/sources.list.d/pve-enterprise.list
apt-get update && apt-get full-upgrade -y
sed -i 's/buster\/updates/bullseye-security/g;s/buster/bullseye/g' /etc/apt/sources.list
echo "deb http://download.proxmox.com/debian/ceph-octopus bullseye main" > /etc/apt/sources.list.d/ceph.list
apt-get update && apt-get full-upgrade -y
sed -i 's/octopus/pacific/' /etc/apt/sources.list.d/ceph.list && apt-get update && apt-get full-upgrade -y
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!