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
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...