Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
I had an update for the Linuxserv.io MariaDB container that is tied to my Linuxserver.io Bookstack instance. After performing the image update and the update command shown in the logs:
An upgrade is required on your databases. #
Stop any services that are accessing databases
in this container, and then run the command
mariadb-upgrade -u root -p
My Bookstack instance is no longer reachable and I am getting a 502 error.
Expected Behavior
Update images as normal and continue to use Bookstack.
Steps To Reproduce
- Unraid environment with community apps, Utilizing MariaDB and Bookstack linuxserver.io images
- Update MariaDB image
- Restart MariaDB and Bookstack containers and lose access with 502 error.
- Cannot post image of setup below please see here:
Environment
- OS: Unraid
- How docker service was installed: Native Docker implementation, not compose
CPU architecture
x86-64
Docker creation
Relevant settings for containers:
Container logs
MariaDB logs:
User UID: 99
User GID: 100
───────────────────────────────────────
Linuxserver.io version: 11.4.4-r1-ls167
Build-date: 2025-01-09T10:59:53+00:00
───────────────────────────────────────
[custom-init] No custom files found, skipping...
UMASK corrected from 022 to 0640 ...
250109 17:43:42 mysqld_safe Logging to '/config/databases/6d5b3c4b1fd8.err'.
250109 17:43:42 mysqld_safe Starting mariadbd daemon with databases from /config/databases
[ls.io-init] done.
Bookstack logs:
GID/UID
───────────────────────────────────────
User UID: 99
User GID: 100
───────────────────────────────────────
Linuxserver.io version: v24.12.1-ls186
Build-date: 2025-01-05T10:11:29+00:00
───────────────────────────────────────
using keys found in /config/keys
**** The following active confs have different version dates than the samples that are shipped. ****
**** This may be due to user customization or an update to the samples. ****
**** You should compare the following files to the samples in the same folder and update them. ****
**** Use the link at the top of the file to view the changelog. ****
┌────────────┬────────────┬────────────────────────────────────────────────────────────────────────┐
│ old date │ new date │ path │
├────────────┼────────────┼────────────────────────────────────────────────────────────────────────┤
│ 2022-08-16 │ 2024-12-17 │ /config/nginx/nginx.conf │
│ 2022-10-04 │ 2024-07-16 │ /config/nginx/site-confs/default.conf │
│ 2022-08-20 │ 2024-12-06 │ /config/nginx/ssl.conf │
└────────────┴────────────┴────────────────────────────────────────────────────────────────────────┘
Waiting for DB to be available
INFO Nothing to migrate.
[custom-init] No custom files found, skipping...
[ls.io-init] done.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done