I am trying to upgrade my appwrite server from 1.4.9 to 1.5.0. I'm hosting on digital ocean using Docker. I cloned my server from a snapshot of my current production server but when I try to login to console on the new server I get an error "invalid credentials" even before attempting any upgrade or restore. I have confirmed .env vars are identical on both machines attempted upgrade/restore following instructions on appwrite.io in self hosted section but still no luck.
Any ideas what could cause this?
Do you have backups?
Yes production is still running and have backups on new server
Probably the OpenSSL key is not set to the same value that it had in the previous version.
Also, I think that the 1.5.0 version migrations, etc is somewhat buggy, so try going to the latest 1.5.x patch instead (1.5.11 I think) and run the migration command
Also, @someGuy looks like there's a 1.4.x patch prior to 1.5
Recommended threads
- [1.9.5] Google OAuth do not work anymore
After migrating to 1.8.1 to 1.9.0 then 1.9.5 and login through Google I get on Flutter app "Missing redirect URL" "Your OAuth login flow is missing a proper re...
- Fatal error: Allowed memory size of 5368...
Hi how solved it worker-messaging infinite reload ` Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 28672 bytes) in /usr/src/co...
- How to successfully migrate from 1.9.0 t...
I've tried the automatic tool for migration but my Appwrite (self-hosted) went to a broken state. My functions wouldn't deploy anymore, some things just didn't ...