-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Base version with docker compose and mariadb latest does not work anymore #1038
Comments
Same Issue here |
same issue |
Replicated, with the Switching the version of MariaDB to |
Hi, I was going to open a new issue but I found this digging in the older ones, I've encountered a problem with different docker-compose files in the examples, Mariadb got spun up with no root password, no external access and no user and db for nextcloud. After some digging around I found this issue: MariaDB/mariadb-docker#262 which has been quite relevant to my problem. I can confirm that using the latest mariadb image I get the problem, the latest corresponds to the tag: 10.4.12-bionic or 10.4.12 or 10.4-bionic or 10.4. If I fix my version to 10.3.22, everything works well. this problem seems to be shared by others: os:
docker version:
docker-compose version:
docker-compose files tested:
|
I can confirm nextcloud:latest does not work with mariadb:latest as of today. (Cost me a week of re-installations etc, changed to mariadb:10.3.22 and everything works) Edit: #514 for reference, will it solve this? |
I reached here because my Nextcloud instalation on a RaspberryPi was not working anymore. It was working 4 months ago, today it was giving me an Internal Server Error so I decided to reinstall it. Now at admin setup it was giving me "Connection refused" to the database. I was using the latest images as of 18-Oct-2021 for Nextcloud and Mariadb (one that works on raspberry). Now I got Nextcloud to work again using older images (I wish I didn't delete my past working images without testing first (0_0;) ): Hope this helps somebody. |
For RaspberryPi this is a duplicate of #1589 |
Hi,
base docker compose config with mariadb latest does not work anymore. Something changed in mariadb image between versions 10.3 and 10.4. In Newest version 10.4+, 10.5+ Nextcloud can't connect to database, Last working version is 10.3.x . Tested with Adminer after installation.
connection worked with mariadb version 10.3.22
same settings in compose file, but can't connect to mariadb version 10.4
(on screenshot password is not filled, but it was deleted after error message)
docker-compose.yml
The text was updated successfully, but these errors were encountered: