How can I make a backup since I am going to migrate appwrite to another server
docker was used
Are you on 1.4.x?
I have version 1.3.4
I followed the video, I have these errors: tar: /restore/builds.tar: Cannot open: No such file or directory tar: Error is not recoverable: exiting now
This happens when restoring
Can you show us your command line?
I already solved the problem, now there is another step. because I can't access the appwrite dashboard
Self-hosted? Can you restart the containers?
what do the docker logs for the appwrite container show?
now i have this error
Yes, is VPS
so is your server running fine now? That error shouldn't affect appwrite
How to do backup on Appwrite Cloud? This is very important for production usage. Also it would be very important to be able to clone data, create databases, and destroy databases programmatically for testing purposes.
You can clone schemas with appwrite init collection, appwrite init bucket, etc, into an appwrite.json file, and then deploy these into a new project with appwrite deploy …. As for data, you should write your own scripts for that
[CLOSED] How can I make a backup
Recommended threads
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...
- Broken Appwrite can’t make functions nor...
Hii guys, I was having this issue with my locally hosted Appwrite, I can’t create functions ( both template and manual), I can’t make a custom domain ( like in ...