Skip to content
Back

Clean install of 1.9.0 shows errors in appwrite doctor

  • 0
  • Self Hosted
  • General
Gac
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 Appwrite version 1.9.0 completed, but errors found when running 'docker compose exec appwrite doctor'. It shows misconfigurations like HTTPS force option disabled, logging adapter misconfigured, and connectivity issues with Console.DB and Projects.DB. Also, a warning regarding a foreach error is displayed. No solution provided in the thread.
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