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
- general_route_not_found - Auth Guide
If you’ve just added a subdomain to your project, verified your DNS records, and confirmed your SSL certificate is working, but you're still hitting a `general_...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...