So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows :
βββ Creating database: logs...
database.setup Β· 242.7ms Β· cb9c5ddc
database.name logs
database.collections_created 1
level info
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββ Creating database: appwrite...
database.setup Β· 4.66s Β· d1f8335c
database.name appwrite
database.collections_created 29
level info
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
http.server.start Β· 0ms Β· 60fd514b
server.workers 96
server.payload_size 12582912
server.master_pid 1
server.manager_pid 7
level info
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
But doctor shows :
π©ββοΈ Running Appwrite Doctor for version 1.9.0 ...
[Settings]
π΄ Hostname is not valid (localhost:8080)
π΄ CNAME record target is not valid (localhost)
π΄ A record target is not valid ()
π΄ AAAA record target is not valid ()
π’ Using a unique secret key for encryption
π’ App environment is set for production
π΄ Abuse protection is disabled
π’ 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...........................................disconnected
[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 291.02GB free space (70.12% used)
π’ Cache Volume has 291.02GB free space (70.12% used)
π’ Config Volume has 291.02GB free space (70.12% used)
π’ Certs Volume has 291.02GB free space (70.12% used)
Failed to check for a newer version
which is strange since the db shows :
current_db: appwrite
table_count: 70
table_name table_rows
_console__metadata 32
_console__metadata_perms 32
_console_buckets_perms 4
_console_buckets 2
logsV1__metadata_perms 1
logsV1__metadata 1
_console_stats_perms 0
_console_targets 0
_console_projects_perms 0
_console_bucket_1_perms 0
_console_vcsComments_perms 0
_console_targets_perms 0
logsV1_stats_perms 0
_console_tokens 0
_console_bucket_2 0
That means it can connect to MariaDB and executes queries. but doctors shows it's not.