When running this command :- docker compose exec appwrite doctor
I am getting the following error:-
š“ Console.DB.(console)...........................disconnected
š“ Projects.DB.(database_db_main).................disconnected
Please let me know how to solve this issue...
TL;DR
After updating to version 1.9.0, developers are facing connectivity problems with the database. When running "docker compose exec appwrite doctor," errors show disconnection to the console and database. To resolve this issue, developers need to check the database configuration, ensure correct connection details are provided in the configuration files, and restart the services.