
Well, this is my time ! Ive upgraded my Apprite instance (self-hosted) in my Docker Desktop in Windows without upgrading one-by-one version. Of course this is my bad but now the question is how recover the old Appwrite instance. During the upgrading a message said that a backup was going to be made. So I guess a backup is somewhere in my disk

What version to what version, did you run the migration script?

What issues are you having with the new version you've upgraded to?

1.3.7 -> 1.4.3 Ivce run this 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.3

well i dont find any backup file

arhh Im done

as mentioned in general, only the docker-compose.yml and .env files are backed up, not your whole instance

if this is all you did...you might be able to:
- downgrade to 1.3.8
- run the migrate command
- upgrade to 1.4.3
- run the migrate command
Recommended threads
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
