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
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...