Replies: 3 comments 13 replies
-
|
Note: official script: https://github.com/jiangcuo/Pxvirt-docs/blob/main/pxvirt-tools.sh The following is my own attempt Guide: How to Replace Proxmox VE with PXVIRT
This guide helps you uninstall the original Proxmox VE packages and install PXVIRT in a clean and safe way. Tested on:
Steps1. Comment out the original Proxmox repositoriesnano /etc/apt/sources.list.d/pve-enterprise.listAdd # deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterpriseAlso check if you have 2. Add PXVIRT GPG key and repositorycurl -L https://download.lierfang.com/pxcloud/pxvirt/pveport.gpg -o /etc/apt/trusted.gpg.d/pveport.gpgThen add the PXVIRT repository: nano /etc/apt/sources.list.d/pxvirt.listPaste this: Save and close. 3. Allow uninstall of
|
Beta Was this translation helpful? Give feedback.
-
|
I was using the ARM64 version of Proxmox-Port on a Raspberry Pi 5, but this is all I did to upgrade: # Disable the old repos
mv /etc/apt/sources.list.d/pveport.list /etc/apt/sources.list.d/pveport.list.bak
# Add new repos
sudo curl -L https://download.lierfang.com/pxcloud/pxvirt/pveport.gpg -o /etc/apt/trusted.gpg.d/pveport.gpg
echo "deb https://download.lierfang.com/pxcloud/pxvirt bookworm main" | sudo tee /etc/apt/sources.list.d/pxvirt.list
# Update and upgrade packages
sudo apt update
sudo apt full-upgrade
# If pxvirt-spdk failed to install, just run full-upgrade again:
sudo apt full-upgrade
# Done! Probably a good idea to reboot. |
Beta Was this translation helpful? Give feedback.
-
|
I upgrade kupeng920 node one by one in a three nodes cluster |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to know how to do this. I think this is a question worth exploring. I don't want to spend a lot of manpower to back up Proxmox VE and then install PXVIRT. I hope there is a faster way to smoothly migrate to PXVIRT.
Beta Was this translation helpful? Give feedback.
All reactions