Proxmox VE Post Install does not work with 8.3 #101

Closed
opened 2025-11-20 04:43:44 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @terrytrent on GitHub (Nov 22, 2024).

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

When running the Proxmox VE Post Install script on proxmox 8.3 it says that it must be a 8.0 version.

This block seems to be the issue....not sure if modifying this to add in 3 to be available will break anything.

if ! pveversion | grep -Eq "pve-manager/8.[0-2]"; then
  msg_error "This version of Proxmox Virtual Environment is not supported"
  echo -e "Requires Proxmox Virtual Environment Version 8.0 or later."
  echo -e "Exiting..."
  sleep 2
  exit
fi

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 @terrytrent on GitHub (Nov 22, 2024). ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. When running the Proxmox VE Post Install script on proxmox 8.3 it says that it must be a 8.0 version. This block seems to be the issue....not sure if modifying this to add in 3 to be available will break anything. ```bash if ! pveversion | grep -Eq "pve-manager/8.[0-2]"; then msg_error "This version of Proxmox Virtual Environment is not supported" echo -e "Requires Proxmox Virtual Environment Version 8.0 or later." echo -e "Exiting..." sleep 2 exit fi ``` ### 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_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#101