Skip to content
Back

Connectivity issue after upgrade to 1.9.0

  • 0
  • 4
  • Self Hosted
Prateek Jain
1 Apr, 2026, 11:53

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
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.
1 Apr, 2026, 16:18

cc <@452316113016193024> <@462046107556511744>

1 Apr, 2026, 16:47

what exact commands did you run to upgrade and migrate and what were the output? What's the output of docker compose ps -a?

2 Apr, 2026, 09:07

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

2 Apr, 2026, 09:33

tried again...but same issue again..this is the docker compose ps -a output:-

2 Apr, 2026, 23:55

so they're running fine.

2 Apr, 2026, 23:55

what was the output of the migrate command?

3 Apr, 2026, 01:47
3 Apr, 2026, 01:49

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....

3 Apr, 2026, 23:01

was this the output after running it for the first time?

3 Apr, 2026, 23:02

this looks fine. What's the issue?

4 Apr, 2026, 01:38

This is the logs when running first time only....I rebuild from snapshot and ran all steps again .....

6 Apr, 2026, 22:19

hmmm this can't be the first time because, for example, this attribute shouldn't exist yet

TypeScript
Failed to create attribute "impersonator" in collection users: Attribute already exists in metadata
6 Apr, 2026, 22:19

maybe you used the wrong snapshot

8 Apr, 2026, 07:54

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???

8 Apr, 2026, 17:03

security tab is a known Console issue and will be fixed in the next release

8 Apr, 2026, 17:03

what else is wrong?

9 Apr, 2026, 04:03

Ok sir .. nothing is wrong...I am seeing disconnected error when running doctor command...so felt is there any connection issue or not....

9 Apr, 2026, 04:05

If it is expected behaviour...then I don't know...bcoz previously upto 1.8.1 it always showed connected...so I posted here

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more