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
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
Both the Console and Projects DB are known issue in 1.9.0, they show disconnected (for me as well) but does work fine
Recommended threads
- [SOLVED] Error upgrading from 1.8.1 to 1...
DO Self-hosted server failed to upgrade with this error "Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.42". U...
- 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...