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
- Cannot Execute deployed functions on my ...
I have a very simple function that i'm playing around with. i'm not able to run it once i move it to a selfhosted instance.
- Automatically generate different resolut...
Hey everyone! 👋 I’m looking for a way to **automatically generate different video resolutions** from an uploaded video. My goal is to build a **tool that prov...
- Attribute with the requested key already...
After deleting a relationship I get "Attribute with the requested key already exists. Attribute keys must be unique, try again with a different key.". The attri...