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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- 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...