Wrong Mongo version in Omada Update Script #2200

Open
opened 2025-11-20 05:25:02 -05:00 by saavagebueno · 0 comments
Owner

Originally created by @BunpGhost on GitHub (Oct 28, 2025).

Have you read and understood the above guidelines?

yes

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

omada

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

update in lxc

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve)

📝 Provide a clear and concise description of the issue.

Hi, recently made a new install of Omada Controller. It went with trixie, all good.
Today tried running the update and have an error.
The source: /etc/apt/sources.list.d/mongodb-org-7.0.list keeps being added up to the list via the scrip in the https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh because mongo version is hard-coded to 7.0, but the installer uses 8.0.
Thank you

🔄 Steps to reproduce the issue.

run the update command inside the LXC.

Paste the full error output (if available).

Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://deb.debian.org/debian trixie-updates InRelease
Hit:3 http://security.debian.org trixie-security InRelease
Hit:4 https://repos.azul.com/zulu/deb stable InRelease
Ign:5 http://repo.mongodb.org/apt/debian trixie/mongodb-org/7.0 InRelease
Hit:6 http://repo.mongodb.org/apt/debian bookworm/mongodb-org/8.0 InRelease
Err:7 http://repo.mongodb.org/apt/debian trixie/mongodb-org/7.0 Release
404 Not Found [IP: 52.222.132.70 80]
Error: The repository 'http://repo.mongodb.org/apt/debian trixie/mongodb-org/7.0 Release' does not have a Release file.
Notice: Updating from such a repository can't be done securely, and is therefore disabled by default.
Notice: See apt-secure(8) manpage for repository creation and user configuration details.

[ERROR] in line 41: exit code 0: while executing command $STD apt update

🖼️ Additional context (optional).

No response

Originally created by @BunpGhost on GitHub (Oct 28, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? omada ### 📂 What was the exact command used to execute the script? update in lxc ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? pve-manager/9.0.11/3bf5476b8a4699e2 (running kernel: 6.14.11-4-pve) ### 📝 Provide a clear and concise description of the issue. Hi, recently made a new install of Omada Controller. It went with trixie, all good. Today tried running the update and have an error. The source: /etc/apt/sources.list.d/mongodb-org-7.0.list keeps being added up to the list via the scrip in the https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/omada.sh because mongo version is hard-coded to 7.0, but the installer uses 8.0. Thank you ### 🔄 Steps to reproduce the issue. run the update command inside the LXC. ### ❌ Paste the full error output (if available). Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://deb.debian.org/debian trixie-updates InRelease Hit:3 http://security.debian.org trixie-security InRelease Hit:4 https://repos.azul.com/zulu/deb stable InRelease Ign:5 http://repo.mongodb.org/apt/debian trixie/mongodb-org/7.0 InRelease Hit:6 http://repo.mongodb.org/apt/debian bookworm/mongodb-org/8.0 InRelease Err:7 http://repo.mongodb.org/apt/debian trixie/mongodb-org/7.0 Release 404 Not Found [IP: 52.222.132.70 80] Error: The repository 'http://repo.mongodb.org/apt/debian trixie/mongodb-org/7.0 Release' does not have a Release file. Notice: Updating from such a repository can't be done securely, and is therefore disabled by default. Notice: See apt-secure(8) manpage for repository creation and user configuration details. [ERROR] in line 41: exit code 0: while executing command $STD apt update ### 🖼️ Additional context (optional). _No response_
saavagebueno added the bug label 2025-11-20 05:25:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2200