[GH-ISSUE #6742] Reactive Resume fails to install and update #1435

Closed
opened 2026-02-26 12:48:53 +03:00 by kerem · 2 comments
Owner

Originally created by @unicornsandcandies on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/6742

Originally assigned to: @vhsdream on GitHub.

Have you read and understood the above guidelines?

yes

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

Reactive Resume

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

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/reactive-resume.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Installing on proxmox shell with default settings give me an error:

✖️ Failed to install postgresql-16-common

Update fails too, error in the output field

🔄 Steps to reproduce the issue.

Use Reactive-Resume install script or try to update existing (failed) one

Paste the full error output (if available).

____                  __  _                  ____                               

/ __ ___ ____ / /() _____ / __ _ _______ ______ ___ ___
/ /
/ / _ / __ / ___/ __/ / | / / _ \______/ /_/ / _ \/ ___/ / / / __
_ / _
/ , / __/ // / /__/ // /| |/ / // , / ( ) // / / / / / / __/
/
/ |_|_
/_,/_
/_// |/_/ // ||_//_,// // /_/_/

✔️ Stopped services
✔️ Reactive-Resume is already up-to-date (v1.2.3)
Updating Reactive-Resume to vv1.2.3environment: line 41: cd: /opt/Reactive-Resume: No such file or directory

[ERROR] in line 41: exit code 0: while executing command cd /opt/"$APP"

root@reactive-resume:~#

🖼️ Additional context (optional).

This is the newest proxmox ve install. downloaded and updated it just today. It says Virtual Environment 9.0.3

Originally created by @unicornsandcandies on GitHub (Aug 10, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/6742 Originally assigned to: @vhsdream on GitHub. ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Reactive Resume ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/reactive-resume.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Installing on proxmox shell with default settings give me an error: ✖️ Failed to install postgresql-16-common Update fails too, error in the output field ### 🔄 Steps to reproduce the issue. Use Reactive-Resume install script or try to update existing (failed) one ### ❌ Paste the full error output (if available). ____ __ _ ____ / __ \___ ____ ______/ /_(_) _____ / __ \___ _______ ______ ___ ___ / /_/ / _ \/ __ `/ ___/ __/ / | / / _ \______/ /_/ / _ \/ ___/ / / / __ `__ \/ _ \ / _, _/ __/ /_/ / /__/ /_/ /| |/ / __/_____/ _, _/ __(__ ) /_/ / / / / / / __/ /_/ |_|\___/\__,_/\___/\__/_/ |___/\___/ /_/ |_|\___/____/\__,_/_/ /_/ /_/\___/ ✔️ Stopped services ✔️ Reactive-Resume is already up-to-date (v1.2.3) ⏳ Updating Reactive-Resume to vv1.2.3environment: line 41: cd: /opt/Reactive-Resume: No such file or directory [ERROR] in line 41: exit code 0: while executing command cd /opt/"$APP" root@reactive-resume:~# ### 🖼️ Additional context (optional). This is the newest proxmox ve install. downloaded and updated it just today. It says Virtual Environment 9.0.3
kerem 2026-02-26 12:48:53 +03:00
Author
Owner

@vhsdream commented on GitHub (Aug 10, 2025):

@unicornsandcandies the postgres error is likely harmless as the install can complete. I'll remove that part since I don't think it's needed.

What you encountered was a parsing error concerning the release version during the update; I'll make a PR for that soon. Looks like what happened is the original installation completed successfully; then you ran the update function, and due to the parsing error the script proceeded to delete the app directory, when it should have just exited.

<!-- gh-comment-id:3172869989 --> @vhsdream commented on GitHub (Aug 10, 2025): @unicornsandcandies the postgres error is likely harmless as the install can complete. I'll remove that part since I don't think it's needed. What you encountered was a parsing error concerning the release version during the update; I'll make a PR for that soon. Looks like what happened is the original installation completed successfully; then you ran the update function, and due to the parsing error the script proceeded to delete the app directory, when it should have just exited.
Author
Owner

@michelroegl-brunner commented on GitHub (Aug 11, 2025):

Fix merged.

<!-- gh-comment-id:3174332909 --> @michelroegl-brunner commented on GitHub (Aug 11, 2025): Fix merged.
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#1435
No description provided.