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
- 1.9.1 update
do you guys, have new update workflow? migration asking me to run browser..... on VPS.
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...