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:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...