-
-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Latest MariaDB Image update and Bookstack, DB upgrade required breaks access #256
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Have you ran through the update that mariadb is telling you to do? |
You need to do the steps.
|
Yes since performing that I have been unable to access Bookstack, I tried redploying and the same thing happens. |
If I redploy with the same db but to a different bookstack container at a different port and local IP, then run the commands to update the URL I can access the instance over the local IP but the login page is all broken and says there a problem. |
I missed this at the top of the terminal log output: 2025/01/09 18:34:56 [warn] 304#304: the "listen ... http2" directive is deprecated, use the "http2" directive instead in /config/nginx/site-confs/default.conf:7 |
Your container logs show that your nginx logs need updating, try that. |
The combination definitely works because I've upgraded my own instance without issue. The nginx errors look like standard bot spam rather than being related to any issue with the upgrade. |
Is there an existing issue for this?
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
Environment
CPU architecture
x86-64
Docker creation
Relevant settings for containers:
Container logs
The text was updated successfully, but these errors were encountered: