Hello,
I went to upgrade one of my servers from 1.4.13 to 1.5.0, and it failed during migration.
at some point i had the error Failed to create connection: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for mariadb failed: Try again
I couldn't resolve this issue, after searching for a solution. I reverted back to 1.4.13 and now my console says: {"message":"Error: Server Error","code":500,"version":"1.4.13"}
I messed something up. I was able to access the mariaDB, and i do see all the tables and data there. So at least i have that.
Any help getting the console working would be appreciated.
you don't need to upgrade to 1.5.0. you can upgrade to the latest 1.5.X
if you're getting a 500 error. check the docker logs for the appwrite container
you should also check the logs for the containers that are restarting
Recommended threads
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...