Add Proxmox 9 support #1312

Closed
opened 2026-02-05 00:19:41 +03:00 by OVERLORD · 5 comments
Owner

Originally created by @Calimerorulez on GitHub (Jul 19, 2025).

🌟 Briefly describe the feature

Proxmox 9 Beta is out, but the pve version check only checks for 8.1-8.4

📝 Detailed description

See:

function pve_check() {
  if ! pveversion | grep -Eq "pve-manager/8\.[1-4](\.[0-9]+)*"; 

💡 Why is this useful?

Run scripts on PVE 9 too.

Originally created by @Calimerorulez on GitHub (Jul 19, 2025). ### 🌟 Briefly describe the feature Proxmox 9 Beta is out, but the pve version check only checks for 8.1-8.4 ### 📝 Detailed description See: ``` function pve_check() { if ! pveversion | grep -Eq "pve-manager/8\.[1-4](\.[0-9]+)*"; ``` ### 💡 Why is this useful? Run scripts on PVE 9 too.
OVERLORD added the enhancement label 2026-02-05 00:19:41 +03:00
Author
Owner

@MickLesk commented on GitHub (Jul 19, 2025):

Not yet, only at release because Debian 13 Break many Things

@MickLesk commented on GitHub (Jul 19, 2025): Not yet, only at release because Debian 13 Break many Things
Author
Owner

@tremor021 commented on GitHub (Jul 19, 2025):

Just because you changed check, it doesn't mean our scripts are compatible with new proxmox version @Calimerorulez

@tremor021 commented on GitHub (Jul 19, 2025): Just because you changed check, it doesn't mean our scripts are compatible with new proxmox version @Calimerorulez
Author
Owner

@Calimerorulez commented on GitHub (Jul 19, 2025):

Just because you changed check, it doesn't mean our scripts are compatible with new proxmox version @Calimerorulez

Who said I changed the check?

@Calimerorulez commented on GitHub (Jul 19, 2025): > Just because you changed check, it doesn't mean our scripts are compatible with new proxmox version @Calimerorulez Who said I changed the check?
Author
Owner

@tremor021 commented on GitHub (Jul 19, 2025):

Image

You are pointing to a pveversion check in our scripts. Increasing the numbers we check for doesn't make the scripts compatible. We need to test a lot of different things before including a support for a new version.

@tremor021 commented on GitHub (Jul 19, 2025): <img width="842" height="195" alt="Image" src="https://github.com/user-attachments/assets/3872b1b1-81ca-4d0c-b783-6ef16698edf6" /> You are pointing to a `pveversion` check in our scripts. Increasing the numbers we check for doesn't make the scripts compatible. We need to test a lot of different things before including a support for a new version.
Author
Owner

@MickLesk commented on GitHub (Jul 21, 2025):

So short feedback, Upgrade to PVE9 broke one of my dev nodes ^^ i need to full reinstall it. its not the time now

@MickLesk commented on GitHub (Jul 21, 2025): So short feedback, Upgrade to PVE9 broke one of my dev nodes ^^ i need to full reinstall it. its not the time now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1312