[GH-ISSUE #10197] Reitti major update breaks install #2204

Closed
opened 2026-02-26 12:51:39 +03:00 by kerem · 1 comment
Owner

Originally created by @tomfrenzel on GitHub (Dec 21, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10197

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

Reitti

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

update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 13

📈 Which Proxmox version are you on?

9.1.2

📝 Provide a clear and concise description of the issue.

When running the update script in an Reitti LXC, Reitti gets updated to the new major version v3.0.x. This version contains a breaking change, requiring an NGINX instance for request caching. Without it, no map will be shown.

🔄 Steps to reproduce the issue.

  1. Run the update script
  2. Open Reitti instance and see that the map is missing and the Dev Console reports many HTTP 404 errors

Paste the full error output (if available).

The update script has no errors, nbut here is the output anyway to comply to the issue requirements:

  ✔️   Update available: reitti 2.5.0 → 3.0.1
  ✔️   Stopped Service
Hit:1 http://deb.debian.org/debian trixie InRelease
Get:2 http://security.debian.org trixie-security InRelease [43.4 kB]
Hit:3 http://deb.debian.org/debian trixie-updates InRelease
Get:4 http://security.debian.org trixie-security/main amd64 Packages [90.8 kB]
Get:5 http://security.debian.org trixie-security/main Translation-en [56.4 kB]
Hit:6 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease                       
Fetched 191 kB in 0s (951 kB/s)
All packages are up to date.    
Hit:1 http://deb.debian.org/debian trixie InRelease
Hit:2 http://security.debian.org trixie-security InRelease                                                                                          
Hit:3 http://deb.debian.org/debian trixie-updates InRelease                                                                                         
Hit:4 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease                                                                                
Get:5 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B]
Get:6 https://packages.adoptium.net/artifactory/deb trixie/main amd64 Packages [9,720 B]
Fetched 17.2 kB in 1s (15.6 kB/s)   
All packages are up to date.    
Hit:1 http://security.debian.org trixie-security InRelease
Hit:2 http://deb.debian.org/debian trixie InRelease
Hit:3 http://deb.debian.org/debian trixie-updates InRelease
Hit:4 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease                                    
Get:5 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B]
Fetched 7,503 B in 0s (21.2 kB/s)
All packages are up to date.    
temurin-25-jdk is already the newest version (25.0.1.0.0+8-0).
Summary:
  Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0
  ✔️   Update Temurin JDK 25
  ✔️   Deployed: reitti (3.0.1)
  ✔️   Started Service
  ✔️   Updated successfully!
  ✔️   No update available: photon (0.7.4)

🖼️ Additional context (optional).

I think as a quick fix, the release version could be pinned to v2.5.0 until the scripts are updated to include the NGINX service

Originally created by @tomfrenzel on GitHub (Dec 21, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10197 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? Reitti ### 📂 What was the exact command used to execute the script? update ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 13 ### 📈 Which Proxmox version are you on? 9.1.2 ### 📝 Provide a clear and concise description of the issue. When running the update script in an Reitti LXC, Reitti gets updated to the new major version v3.0.x. This version contains a breaking change, requiring an NGINX instance for request caching. Without it, no map will be shown. ### 🔄 Steps to reproduce the issue. 1. Run the update script 2. Open Reitti instance and see that the map is missing and the Dev Console reports many HTTP 404 errors ### ❌ Paste the full error output (if available). The update script has no errors, nbut here is the output anyway to comply to the issue requirements: ``` ✔️ Update available: reitti 2.5.0 → 3.0.1 ✔️ Stopped Service Hit:1 http://deb.debian.org/debian trixie InRelease Get:2 http://security.debian.org trixie-security InRelease [43.4 kB] Hit:3 http://deb.debian.org/debian trixie-updates InRelease Get:4 http://security.debian.org trixie-security/main amd64 Packages [90.8 kB] Get:5 http://security.debian.org trixie-security/main Translation-en [56.4 kB] Hit:6 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease Fetched 191 kB in 0s (951 kB/s) All packages are up to date. Hit:1 http://deb.debian.org/debian trixie InRelease Hit:2 http://security.debian.org trixie-security InRelease Hit:3 http://deb.debian.org/debian trixie-updates InRelease Hit:4 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease Get:5 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B] Get:6 https://packages.adoptium.net/artifactory/deb trixie/main amd64 Packages [9,720 B] Fetched 17.2 kB in 1s (15.6 kB/s) All packages are up to date. Hit:1 http://security.debian.org trixie-security InRelease Hit:2 http://deb.debian.org/debian trixie InRelease Hit:3 http://deb.debian.org/debian trixie-updates InRelease Hit:4 https://apt.postgresql.org/pub/repos/apt trixie-pgdg InRelease Get:5 https://packages.adoptium.net/artifactory/deb trixie InRelease [7,503 B] Fetched 7,503 B in 0s (21.2 kB/s) All packages are up to date. temurin-25-jdk is already the newest version (25.0.1.0.0+8-0). Summary: Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0 ✔️ Update Temurin JDK 25 ✔️ Deployed: reitti (3.0.1) ✔️ Started Service ✔️ Updated successfully! ✔️ No update available: photon (0.7.4) ``` ### 🖼️ Additional context (optional). I think as a quick fix, the release version could be pinned to v2.5.0 until the scripts are updated to include the NGINX service
kerem 2026-02-26 12:51:39 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Dec 21, 2025):

https://github.com/community-scripts/ProxmoxVE/pull/10196

<!-- gh-comment-id:3679617698 --> @MickLesk commented on GitHub (Dec 21, 2025): https://github.com/community-scripts/ProxmoxVE/pull/10196
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#2204
No description provided.