Proxmox VE Post Install is not running on 8.3.0 #164

Closed
opened 2026-02-04 16:54:31 +03:00 by OVERLORD · 8 comments
Owner

Originally created by @kokobadu on GitHub (Dec 12, 2024).

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

While trying to install "Proxmox VE Post Install" on fresh Proxmox 8.3.0 instalation I'm getting:
`Start the Proxmox VE Post Install Script (y/n)?y

✗ This version of Proxmox Virtual Environment is not supported

Requires Proxmox Virtual Environment Version 8.0 or later.

Exiting...

root@pve:~# `

Any hints?

What settings are you currently utilizing?

  • Default Settings
  • Advanced Settings

Which Linux distribution are you employing?

Debian 12

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

No response

Originally created by @kokobadu on GitHub (Dec 12, 2024). ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. While trying to install "Proxmox VE Post Install" on fresh Proxmox 8.3.0 instalation I'm getting: `Start the Proxmox VE Post Install Script (y/n)?y ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.0 or later. Exiting... root@pve:~# ` Any hints? ### What settings are you currently utilizing? - [X] Default Settings - [ ] Advanced Settings ### Which Linux distribution are you employing? Debian 12 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. _No response_
OVERLORD added the question label 2026-02-04 16:54:31 +03:00
Author
Owner

@MickLesk commented on GitHub (Dec 12, 2024):

Which Script???

@MickLesk commented on GitHub (Dec 12, 2024): Which Script???
Author
Owner

@kokobadu commented on GitHub (Dec 12, 2024):

As in the title "Proxmox VE Post Install".
Now I did try it on other machine: the same result:
`Requires Proxmox Virtual Environment Version 8.0 or later.

Exiting...`

@kokobadu commented on GitHub (Dec 12, 2024): As in the title "Proxmox VE Post Install". Now I did try it on other machine: the same result: `Requires Proxmox Virtual Environment Version 8.0 or later. Exiting...`
Author
Owner

@error13376 commented on GitHub (Dec 12, 2024):

Hey, just created an account to give you all a heads up on this quick fix while I figure out git and github.

In the post install script, in line 234, there is a check for the pve version.
It checks from 8.0 to 8.2. But the PVE version changed to 8.3, hence why its failing.

I changed the check locally to 8.[0-3] and the script ran perfectly again.

@error13376 commented on GitHub (Dec 12, 2024): Hey, just created an account to give you all a heads up on this quick fix while I figure out git and github. In the post install script, in line 234, there is a check for the pve version. It checks from 8.0 to 8.2. But the PVE version changed to 8.3, hence why its failing. I changed the check locally to 8.[0-3] and the script ran perfectly again.
Author
Owner

@MickLesk commented on GitHub (Dec 12, 2024):

Dudes, I'm asking specifically which script, not the name.
You're 100% using the wrong one and it's been fixed for weeks!

@MickLesk commented on GitHub (Dec 12, 2024): Dudes, I'm asking specifically which script, not the name. You're 100% using the wrong one and it's been fixed for weeks!
Author
Owner

@error13376 commented on GitHub (Dec 12, 2024):

Dudes, I'm asking specifically which script, not the name. You're 100% using the wrong one and it's been fixed for weeks!

You are 100% correct, my bad. I didnt see the news about tteck passing and the change of repositories, and was still using his repository instead of the new one.
This "bug" is non-existent in the current script.

@error13376 commented on GitHub (Dec 12, 2024): > Dudes, I'm asking specifically which script, not the name. You're 100% using the wrong one and it's been fixed for weeks! You are 100% correct, my bad. I didnt see the news about tteck passing and the change of repositories, and was still using his repository instead of the new one. This "bug" is non-existent in the current script.
Author
Owner

@kokobadu commented on GitHub (Dec 12, 2024):

Clear. Sorry.
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
it is to be found here https://tteck.github.io/Proxmox/#proxmox-ve-post-install and from there i've been send here with issues.

@kokobadu commented on GitHub (Dec 12, 2024): Clear. Sorry. bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)" it is to be found here https://tteck.github.io/Proxmox/#proxmox-ve-post-install and from there i've been send here with issues.
Author
Owner

@MickLesk commented on GitHub (Dec 12, 2024):

Change your Bookmarks to the new repo :-P

@MickLesk commented on GitHub (Dec 12, 2024): Change your Bookmarks to the new repo :-P
Author
Owner

@kokobadu commented on GitHub (Dec 12, 2024):

Consider it done. Thanks for help.

@kokobadu commented on GitHub (Dec 12, 2024): Consider it done. Thanks for help.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#164