[GH-ISSUE #10428] Updating Kimai to 2.45.0 fails because of mariadb update to 12.2.1 #2249

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

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

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?

Kimai

📂 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.4

📝 Provide a clear and concise description of the issue.

When trying to update Kimai the update script starts but immediately gets stuck when trying to update mariabdb. There is no error report. After 20 minutes there is seemingly no progress.

🔄 Steps to reproduce the issue.

just run update

Paste the full error output (if available).

/ //_/(_)___ ___ ____ _(_) / ,< / / ____ / __ `/ /
/ /| |/ / / / / / / // / /
/
/ |/// // //_,//

/usr/bin/lsb_release
Upgrade MariaDB from 12.1.1 to 12.2.1`

🖼️ Additional context (optional).

No response

Originally created by @johanngrobe on GitHub (Dec 30, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10428 ### ✅ 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? Kimai ### 📂 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.4 ### 📝 Provide a clear and concise description of the issue. When trying to update Kimai the update script starts but immediately gets stuck when trying to update mariabdb. There is no error report. After 20 minutes there is seemingly no progress. ### 🔄 Steps to reproduce the issue. just run `update` ### ❌ Paste the full error output (if available). ` / //_/(_)___ ___ ____ _(_) / ,< / / __ `__ \/ __ `/ / / /| |/ / / / / / / /_/ / / /_/ |_/_/_/ /_/ /_/\__,_/_/ /usr/bin/lsb_release ⏳ Upgrade MariaDB from 12.1.1 to 12.2.1` ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:51:48 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@johanngrobe commented on GitHub (Dec 30, 2025):

I thought i fixed the issue but I was wrong. I restored the backup and ran apt update && apt upgrade beforehand.

mariadb-server is already the newest version (1:12.1.1+maria~deb12).
mariadb-client is already the newest version (1:12.1.1+maria~deb12).

It seems like the script wants to update mariadb even though the update has not been pushed to apt yet.

<!-- gh-comment-id:3699297384 --> @johanngrobe commented on GitHub (Dec 30, 2025): I thought i fixed the issue but I was wrong. I restored the backup and ran `apt update && apt upgrade` beforehand. ``` mariadb-server is already the newest version (1:12.1.1+maria~deb12). mariadb-client is already the newest version (1:12.1.1+maria~deb12). ``` It seems like the script wants to update mariadb even though the update has not been pushed to apt yet.
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#2249
No description provided.