[GH-ISSUE #9294] PVE 9.1.1: post-pve-install.sh script fails with error: "Only Proxmox 9.0 is currently supported" #2038

Closed
opened 2026-02-26 12:51:06 +03:00 by kerem · 2 comments
Owner

Originally created by @dennisjbr on GitHub (Nov 20, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9294

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

📜 What is the name of the script you are using?

post-pve-install.sh

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.1.1

📝 Provide a clear and concise description of the issue.

Script fails with error: "Only Proxmox 9.0 is currently supported"
I commented out the following lines so that I could at least disable the subscription nag and ensure the no-subscription repo was enabled.

if ((PVE_MINOR != 0)); then

msg_error "Only Proxmox 9.0 is currently supported"

exit 1

fi

🔄 Steps to reproduce the issue.

Run:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)"
on PVE 9.1.1 node

Paste the full error output (if available).

✗ Only Proxmox 9.0 is currently supported

🖼️ Additional context (optional).

No response

Originally created by @dennisjbr on GitHub (Nov 20, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/9294 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? post-pve-install.sh ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.1 ### 📝 Provide a clear and concise description of the issue. Script fails with error: "Only Proxmox 9.0 is currently supported" I commented out the following lines so that I could at least disable the subscription nag and ensure the no-subscription repo was enabled. # if ((PVE_MINOR != 0)); then # msg_error "Only Proxmox 9.0 is currently supported" # exit 1 # fi ### 🔄 Steps to reproduce the issue. Run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/tools/pve/post-pve-install.sh)" on PVE 9.1.1 node ### ❌ Paste the full error output (if available). ✗ Only Proxmox 9.0 is currently supported ### 🖼️ Additional context (optional). _No response_
Author
Owner

@MickLesk commented on GitHub (Nov 20, 2025):

and you cannot find the correct pr and discussion?

https://github.com/community-scripts/ProxmoxVE/discussions/9278

<!-- gh-comment-id:3556345295 --> @MickLesk commented on GitHub (Nov 20, 2025): and you cannot find the correct pr and discussion? https://github.com/community-scripts/ProxmoxVE/discussions/9278
Author
Owner

@dennisjbr commented on GitHub (Nov 20, 2025):

and you cannot find the correct pr and discussion?

#9278

Please be kind. I searched based on the script name. At least I went through the effort of pointing out the lines in the script. I’m not set up with git on a production server. Appreciate you pointing out the link.

Cheers.

<!-- gh-comment-id:3556727534 --> @dennisjbr commented on GitHub (Nov 20, 2025): > and you cannot find the correct pr and discussion? > > [#9278](https://github.com/community-scripts/ProxmoxVE/discussions/9278) Please be kind. I searched based on the script name. At least I went through the effort of pointing out the lines in the script. I’m not set up with git on a production server. Appreciate you pointing out the link. Cheers.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2038
No description provided.