Skip to content
Back

Clean install of 1.9.0 shows errors in appwrite doctor

  • 0
  • 3
  • Self Hosted
  • General
13 Jun, 2026, 14:15

I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page.

The console seems to work, visually there don't seem to be any problems.

But running docker compose exec appwrite doctor I get the following output:

TypeScript
  __   ____  ____  _  _  ____  __  ____  ____     __  __
 / _\ (  _ \(  _ \/ )( \(  _ \(  )(_  _)(  __)   (  )/  \
/    \ ) __/ ) __/\ /\ / )   / )(   )(   ) _)  _  )((  O )
\_/\_/(__)  (__)  (_/\_)(__\_)(__) (__) (____)(_)(__)\__/

πŸ‘©β€βš•οΈ Running Appwrite Doctor for version 1.9.0 ...

[Settings]
🟒 Hostname is valid (xxx)
🟒 CNAME record target is valid (xxx)
🟒 A record target is valid (127.0.0.1)
🟒 AAAA record target is valid (::1)
🟒 Using a unique secret key for encryption
🟒 App environment is set for production
🟒 Abuse protection is enabled
🟒 Console access limits are enabled
πŸ”΄ HTTPS force option is disabled
πŸ”΄ HTTPS force option is disabled for function/site domains
πŸ”΄ Logging adapter is misconfigured

[Connectivity]
πŸ”΄ Console.DB.(console)...........................disconnected
πŸ”΄ Projects.DB.(database_db_main).................disconnected
🟒 Cache(cache_redis_main)...........................connected

Warning: foreach() argument must be of type array|object, null given in /usr/src/code/src/Appwrite/Platform/Tasks/Doctor.php on line 178
🟒 PubSub(pubsub)....................................connected
🟒 SMTP..............................................connected

[Volumes]
🟒 Uploads Volume is readable
🟒 Uploads Volume is writeable
🟒 Cache Volume is readable
🟒 Cache Volume is writeable
🟒 Config Volume is readable
🟒 Config Volume is writeable
🟒 Certs Volume is readable
🟒 Certs Volume is writeable

[Disk Space]
🟒 Uploads Volume has 35.78GB free space (55.44% used)
🟒 Cache Volume has 35.78GB free space (55.44% used)
🟒 Config Volume has 35.78GB free space (55.44% used)
🟒 Certs Volume has 35.78GB free space (55.44% used)

Failed to check for a newer version
TL;DR
Clean installation of version 1.9.0 displays errors in appwrite doctor for Console and Projects DB, indicating disconnection. However, these components work properly despite the error message.
15 Jun, 2026, 22:33

Hmmm if everything works, maybe it's a bug as the Console DB needs to work for the console to work.

The other ones are because you don't have set the corresponding env variables

16 Jun, 2026, 08:13

Both the Console and Projects DB are known issue in 1.9.0, they show disconnected (for me as well) but does work fine

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