#Backup And Restore Appwrite Data
7 messages · Page 1 of 1 (latest)
If you mean transferring data from one cloud account to another, that’s not possible directly. However, you can export your data to a self-hosted instance (which can also be a local host) and then import it from the self-hosted instance to your other cloud account.
It think it's possible to use appwrite migration to migrate form a cloud project to another cloud project 🤔
Yes
I have built a small script that at least downloads all the necessary data
Basically requesting every document from a list of collections and then printing its data to json. And for files I've downloaded them one by one. It's super ugly, but at least I feel now a little bit safer.
I would love to have a feature provided by Appwrite for the download and restore