Upgrading from Proxmox 8.1 to 8.2

Опубликовано: 15 Август 2024
на канале: Liv4IT
991
16

Upgrading from Proxmox 8.1 to 8.2

Proxmox VE (Virtual Environment) is a comprehensive server management platform for virtualization, including support for KVM and LXC.

Upgrading your system ensures you have the latest bug fixes, security patches, and improvements.

Before you upgrade, it’s essential to back up your data. While upgrades are designed to be smooth, it’s always safe to have backups should anything go awry.

Step 1: Configuring the Repository
Add the new repository by running the following command in your terminal:
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" | tee /etc/apt/sources.list.d/pve-install-repo.list

Step 2: Trust the Proxmox GPG Key
Next, you need to add the GPG key from Proxmox to ensure the authenticity of the packages you are about to download:
wget https://enterprise.proxmox.com/debian... -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg

Step 3: The Upgrade Process
Now that your repositories are set up, you’re ready to proceed with the upgrade:
apt update && apt -y dist-upgrade

Step 4: Reboot Your Server
After the upgrade completes, reboot your server to ensure all updates are correctly applied:
reboot

Alternative method:
Run the command below in the Proxmox VE Shell.
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/...)"
It is recommended to answer “yes” (y) to all options presented during the process.














🌸 Support channel & make donation :
https://www.paypal.me/aminenina/10

🌸 Subscribe for more videos :
Youtube:    / aminosninatos  

🌸 Follow me On Social Media
Facebook :   / aminosninatos  

***********************************************************************
🌸How To Install Proxmox in VMware Workstation
   • How To Install Proxmox in VMware Work...  

🌸How To Setup a Local Git Server on Proxmox
   • How To Setup a Local Git Server on Pr...  

🌸Proxmox Useful CLI Commands
   • Proxmox Useful CLI Commands  

🌸Proxmox Create a Firewall Rule Template
   • Proxmox Create a Firewall Rule Template  

🌸How to Configure the Firewall on Proxmox
   • How to Configure the Firewall on Proxmox  

🌸How To Run TrueNAS on Proxmox VE Server
   • How To Run TrueNAS on Proxmox VE Server  

🌸Proxmox Passthrough Disk Configuration
   • Proxmox Passthrough Disk Configuration  

🌸How To Install OPNSense Firewall on Proxmox VE
   • How To Install OPNSense Firewall on P...  

🌸How To Install Windows Server 2025 VM on Proxmox VE
   • How To Install Windows Server 2025 VM...  

🌸How to Configure SDN Software Defined Network on Proxmox
   • How to Configure SDN Software Defined...  

🌸How To Install Ubuntu 24.04 Noble Numbat on Proxmox VE
   • How To Install Ubuntu 24.04 Noble Num...  

🌸 How To Upgrade Proxmox Host to version 8 .1
   • How To Upgrade Proxmox Host to versio...  

🌸 Proxmox Protecting sensitive data with Ansible Vault
   • Proxmox Protecting sensitive data wit...  

🌸 How to Deploy LXC Container in Proxmox with Ansible
   • How to Deploy LXC Container in Proxmo...  

🌸 How To Install Packages on Proxmox VM with Terraform
   • How To Install Packages on Proxmox VM...  

🌸 How to deploy VMs in Proxmox with Terraform
   • How to deploy VMs in Proxmox with Ter...  

🌸 How to Deploy LXC Container in Proxmox with Terraform
   • How to Deploy LXC Container in Proxmo...  

🌸 How To Create Proxmox Cloud-init Templates
h   • How To Create Proxmox Cloud-init Temp...  

🌸 How to check ZFS File System Storage Pool on Proxmox
   • How to check ZFS File System Storage ...  

🌸 How to Fix Proxmox PVE can’t create ZFS pool
   • How to Fix Proxmox PVE can’t create Z...  

🌸 How to Rename Proxmox Node with Existing VMs & Containers
   • How to Rename Proxmox Node with Exist...  

🌸 How to take Snapshots and run Backups on Proxmox
   • How to take Snapshots and run Backups...  

🌸 How to Create Windows Server 2022 Virtual Machine on Proxmox
   • How to Create Windows Server 2022 Vir...  

🌸 How to Create Proxmox Linux Container
   • How to Create Proxmox Linux Container  

🌸 Troubleshooting Proxmox using Command Line Tools
   • Troubleshooting Proxmox using Command...  

🌸 Proxmox Sizing CPU and Memory
   • Proxmox Sizing CPU and Memory  

🌸 How to create a Proxmox Template
   • How to create a Proxmox Template  

🌸 How to Install Proxmox QEMU Guest Agent on Ubuntu
   • How to Install Proxmox QEMU Guest Age...  

🌸 How to migrate a Virtual Machine from Proxmox to Vmware ESXI
   • How to migrate a Virtual Machine from...  


***********************************************************************

#upgradeproxmox #pve #proxmox