Do you have used the same OpenSSL key?
yes i have check the .env
I recommend trying to upgrade to 1.4.13 directly and run migrations. Also have you made backups?
but even when i try to use forgot password appwrite seems to no find the user
yes i have a backup
i try even the 1.4.14 but i have the same issue the update it's perform but data migration isn't
What do you mean?
What are the commands you're running to upgrade?
i use these command :
docker run -it --rm --volume /var/run/docker.sock:/var/run/docker.sock --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw --entrypoint="upgrade" appwrite/appwrite:1.4.14
and then i run the migration command
And it's successful?
yes for the upgrade but not for data migration
i can recreate an user but all my project and data have been deleted
What do you get after running
docker compose exec appwrite doctor
You should not
What's it throwing?
What error?
when i'm trying to log in the console i have invalid credentials error and when i try forgot password i have an error user with the requested id could not be found
and after a check all of bdd and storage is empty after update
i have these error Failed to update document: Invalid document structure: Unknown attribute: "database"
the is the complete output :
When running the migrations you get that? 👀
yes
Are you sure you're running it inside the appwrite folder?
yes i'm sure
Recommended threads
- vorafy.studio domain already exists erro...
My domain vorafy.studio is stuck/locked from a previously deleted project. I created a new project but can't add the domain — getting 'already exists' error. Pl...
- 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...
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...