
Hi, i peform an upgrade on my instance of appwrite, all run succcessfully but then i cant login to the console and all of my files is unaccessible

Did you upgrade the database?

i just run :
docker run -it --rm \
--volume /var/run/docker.sock:/var/run/docker.sock \
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
--entrypoint="install" \
appwrite/appwrite:1.3.0

and then
cd appwrite/
sudo docker compose exec appwrite migrate

Are they inaccessible because you can't login?

If you changed your API key when migrating, that will prevent you from logging in on existing accts as that key is used to hash passwords. Compare the _APP_OPENSSL_KEY_V1
env variable w/ the backup in the folder and ensure that it matches the old one, otherwise you won't be able to login

I comapre both and there are the at the same value

What version did you start on and what are you trying to migrate to?

i started from version 1.2.0 and i try to migrate to 1.3.0

What's the exact error including console logs when you try to login? Cache can be weird between migrations so you might need to try in an incognito tab to rule it out

i have this error when try to access on any file: { "message": "Project with the requested ID could not be found. Please check the value of the X-Appwrite-Project header to ensure the correct project ID is being used.", "code": 404, "type": "project_not_found", "version": "1.2.0" }

and i cannot send u the error message for bad credentials cause i have a rate limit exception for now

What's the output of docker ps -a
Recommended threads
- CSV Import not working
I am running 1.7.4, trying the sample book csv import. I get a pop up saying import started and then a quick follow up saying completed. Nothing ever appears ...
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
