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...
cc <@452316113016193024> <@462046107556511744>
what exact commands did you run to upgrade and migrate and what were the output? What's the output of docker compose ps -a?
docker pull appwrite/appwrite:1.9.0
docker run --rm
\
--volume /var/run/docker.sock:/var/run/docker.sock
\
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw
\
--entrypoint="upgrade"
\
appwrite/appwrite:1.9.0 --migrate=false
tried again...but same issue again..this is the docker compose ps -a output:-
so they're running fine.
what was the output of the migrate command?
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....
was this the output after running it for the first time?
this looks fine. What's the issue?
This is the logs when running first time only....I rebuild from snapshot and ran all steps again .....
hmmm this can't be the first time because, for example, this attribute shouldn't exist yet
Failed to create attribute "impersonator" in collection users: Attribute already exists in metadata
maybe you used the wrong snapshot
Oh ....now what should I do??? App does work fine ... Also except security tab in console...all looks fine to me...so is this a major issue???
security tab is a known Console issue and will be fixed in the next release
what else is wrong?
Ok sir .. nothing is wrong...I am seeing disconnected error when running doctor command...so felt is there any connection issue or not....
If it is expected behaviour...then I don't know...bcoz previously upto 1.8.1 it always showed connected...so I posted here
Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...
- Console display all Databases as TablesD...
While looking at an issue with <@1231860789355347971> we saw that the console was displaying ALL databases as `TablesDB` even if the real type in the API is `le...