[PR #2625] [MERGED] Fix Omada installer #3777

Closed
opened 2025-11-20 06:06:40 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2625
Author: @JcMinarro
Created: 2/24/2025
Status: Merged
Merged: 2/25/2025
Merged by: @michelroegl-brunner

Base: mainHead: fix/omada-install


📝 Commits (1)

  • 99b5113 Downgrade mongodb to v7.0 when installing Omada controller

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 install/omada-install.sh (+1 -1)

📄 Description

✍️ Description

Fix the Omada installer.
On a recent PR (#2600) the MongoDB dependency has been updated to v8.0, but it is not compatible with the last stable version of Omada (It looks like beta version will be using v8.0, but it is not stable yet https://github.com/community-scripts/ProxmoxVE/issues/2125#issuecomment-2644855216)

Link: #2600

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • [] Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🐞 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.

📋 Additional Information (optional)


🔄 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/2625 **Author:** [@JcMinarro](https://github.com/JcMinarro) **Created:** 2/24/2025 **Status:** ✅ Merged **Merged:** 2/25/2025 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `fix/omada-install` --- ### 📝 Commits (1) - [`99b5113`](https://github.com/community-scripts/ProxmoxVE/commit/99b511337b0cf86a602c6969b8281c8de38db68f) Downgrade mongodb to v7.0 when installing Omada controller ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `install/omada-install.sh` (+1 -1) </details> ### 📄 Description ## ✍️ Description Fix the Omada installer. On a recent PR (#2600) the MongoDB dependency has been updated to v8.0, but it is not compatible with the last stable version of Omada (It looks like beta version will be using v8.0, but it is not stable yet https://github.com/community-scripts/ProxmoxVE/issues/2125#issuecomment-2644855216) ## 🔗 Related PR / Discussion / Issue Link: #2600 ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [] **Self-review performed** – Code follows established patterns and conventions. - [] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🐞 **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. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:06:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3777