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
- Disabling registration
Is it possible to disable registration in self hosted ?
- coolify help
need some help when i updated the docker compose config on coolify to update appwrite to latest version my old versions project and organization was totally ina...
- No permissions provided for action 'read...
I have a very weird error; In a function I'm using dynamic keys to perform read write operation in rows. I have the scopes for read and write rows. The funct...