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
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...
- Failed to start containers.
I'm trying to install Appwrite locally but struck on the subject point. There is no clear error in logs.