Skip to content
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

Database Not Available Gives Poor Error Message #1007

Closed
vinaykapadia opened this issue Feb 18, 2020 · 1 comment
Closed

Database Not Available Gives Poor Error Message #1007

vinaykapadia opened this issue Feb 18, 2020 · 1 comment

Comments

@vinaykapadia
Copy link

I have Nextcloud running on Docker, with a MariaDB container as the database. After a docker upgrade, I was getting an http 500 error from Nextcloud, just saying "The server encountered an internal error and was unable to complete your request." Only thing in the Nextcloud container logs said "Could not reliably determine the server's FQDN" which is not helpful. I spent forever trying to troubleshoot it by tracing through the php code. Finally I noticed that I had a container that was stopped, and it was the MariaDB container. Once that got turned on, everything worked.

There needs to be a better fail message if the database doesn't connect.

@J0WI
Copy link
Contributor

J0WI commented Apr 4, 2023

The error message is thrown by Nextcloud, not by this Docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants