Upgraded as per docs and ran migration. Everything went smoothly. I am able to log into the appwrite console however cant access any service i.e., auth, database, storage etc. all of them give 500 server error. Appwrite container logs mentions missing base table and metadata (screenshot attached)
cross posting your github issue as well so it can be closed if this is resolved: https://github.com/appwrite/appwrite/issues/10689
I tried to find anyone else who had a similar issue with the migration but no luck yet..
Can you share what you've done to troubleshoot so far? More context would help get this resolved 🙂
Did not troubleshoot too much since it was PRD. Immediately rolled back and was hoping that someone would be able to tell me what’s wrong..
i got it working after restarting all containers and immediately running migration, migration didnt work initially for some reason
indeed a second install and rerunning the migration did work. I did see an error during migration around invalid internalid (screenshot attached).. But the upgrade did work.
[Solved] 500 Server Error after migrating to 1.8.0 from 1.7.4
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, ...