GacOriginal post
Rank 1: Thread
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:
__ ____ ____ _ _ ____ __ ____ ____ __ __
/ _\ ( _ \( _ \/ )( \( _ \( )(_ _)( __) ( )/ \
/ \ ) __/ ) __/\ /\ / ) / )( )( ) _) _ )(( 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
Summary
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.