[PR #7214] [MERGED] PBS: Upgrade Script for v4 #6682

Closed
opened 2026-02-26 15:32:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/7214
Author: @MickLesk
Created: 8/26/2025
Status: Merged
Merged: 8/26/2025
Merged by: @CrazyWolf13

Base: mainHead: pbs_upgrade4


📝 Commits (3)

  • d5ffe6e Refactor: Post-PBS Script
  • b548713 PBS4-Upgrade-Script
  • 041adb7 Remove unintended changes to post-pbs-install.sh

📊 Changes

2 files changed (+235 additions, -0 deletions)

View changed files

frontend/public/json/pbs4-upgrade.json (+52 -0)
tools/pve/pbs4-upgrade.sh (+183 -0)

📄 Description

✍️ Description

added an upgrade script to upgrade 3.0 PBS instances to 4.0

Link: #6623

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/community-scripts/ProxmoxVE/pull/7214 **Author:** [@MickLesk](https://github.com/MickLesk) **Created:** 8/26/2025 **Status:** ✅ Merged **Merged:** 8/26/2025 **Merged by:** [@CrazyWolf13](https://github.com/CrazyWolf13) **Base:** `main` ← **Head:** `pbs_upgrade4` --- ### 📝 Commits (3) - [`d5ffe6e`](https://github.com/community-scripts/ProxmoxVE/commit/d5ffe6e5daee1f76e686b3337224098368d4c500) Refactor: Post-PBS Script - [`b548713`](https://github.com/community-scripts/ProxmoxVE/commit/b5487139a8b95bf45f4790ff2a83d397b1acc917) PBS4-Upgrade-Script - [`041adb7`](https://github.com/community-scripts/ProxmoxVE/commit/041adb792d7c44eafd620af3a633bd073f63edc7) Remove unintended changes to post-pbs-install.sh ### 📊 Changes **2 files changed** (+235 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `frontend/public/json/pbs4-upgrade.json` (+52 -0) ➕ `tools/pve/pbs4-upgrade.sh` (+183 -0) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description added an upgrade script to upgrade 3.0 PBS instances to 4.0 ## 🔗 Related PR / Issue Link: #6623 ## ✅ Prerequisites (**X** in brackets) - [x] **Self-review completed** – Code follows project standards. - [x] **Tested thoroughly** – Changes work as expected. - [x] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [ ] ✨ **New feature** – Adds new, non-breaking functionality. - [ ] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. - [x] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 15:32:43 +03:00
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#6682
No description provided.