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...
Summary
User experienced connectivity issues after upgrading to version 1.9.0 of Appwrite. They shared details of their upgrade process and highlighted a discrepancy in the .env file where all fields had values within " ". The issue was traced back to a failed attribute creation in the users collection. Further investigation found the disconnected error when running the doctor command. A known issue with the security tab in the console was acknowledged.
**Solution:** The security tab issue in the console is a known problem and will be addressed in the next release. The disconnected error might be expected behavior post-upgrade.
Also I feel the .env file now compared to the backed up .env file has one major change in common...all fields are now having values within " ". Don't know whether it is expected or not.....I just tried removing " " from some fields like password, root password...but still the same problem....