[GH-ISSUE #10942] Apache Guacamole update script will kill the install #2344

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

Originally created by @cococheaf on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10942

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?

Apache Guacamole

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

/bin/update

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

9

📝 Provide a clear and concise description of the issue.

In the script line 95 will remove the jdbc file, which is needed later when doing schema update.
also when removing that line, there are no changes. guacamole has problems and shows only APP.NAME when opened in browser.

🔄 Steps to reproduce the issue.

run script, it will fail.
change version to 1.5.x again (.guacamole_server)
run script again with line 95 commented out, it will pass, but guac will not work correctly.

Paste the full error output (if available).

n/A

🖼️ Additional context (optional).

No response

Originally created by @cococheaf on GitHub (Jan 19, 2026). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10942 ### ✅ 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? Apache Guacamole ### 📂 What was the exact command used to execute the script? /bin/update ### ⚙️ What settings are you using? - [x] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 9 ### 📝 Provide a clear and concise description of the issue. In the script line 95 will remove the jdbc file, which is needed later when doing schema update. also when removing that line, there are no changes. guacamole has problems and shows only APP.NAME when opened in browser. ### 🔄 Steps to reproduce the issue. run script, it will fail. change version to 1.5.x again (.guacamole_server) run script again with line 95 commented out, it will pass, but guac will not work correctly. ### ❌ Paste the full error output (if available). n/A ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:52:07 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@MickLesk commented on GitHub (Jan 19, 2026):

what?

Logs? Screenshots? What do you mean? What is not work correctly or what is fail?

<!-- gh-comment-id:3767381940 --> @MickLesk commented on GitHub (Jan 19, 2026): what? Logs? Screenshots? What do you mean? What is not work correctly or what is fail?
Author
Owner

@cococheaf commented on GitHub (Jan 19, 2026):

the schema upgrade of the database fails because it is missing the guacamole-auth-jdbc-1.6.0 folder in /tmp because it gets remove in update script line 95. Because of that, script an schema update fails, an guac cannot run because of now wrong database, as guac server was updated earlier in script.

I am at work ATM, can provide screenshots in the evening.

<!-- gh-comment-id:3767397875 --> @cococheaf commented on GitHub (Jan 19, 2026): the schema upgrade of the database fails because it is missing the guacamole-auth-jdbc-1.6.0 folder in /tmp because it gets remove in update script line 95. Because of that, script an schema update fails, an guac cannot run because of now wrong database, as guac server was updated earlier in script. I am at work ATM, can provide screenshots in the evening.
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#2344
No description provided.