I was wonding if i can download scheme and data from database tables from app write cloud and restore it or will i need towrite some routine using python/javascript sdk???
If you have the pro plan, you can backup it with the corresponding feature. However, you can't download the backups.
If you want to export all the data to a self-hosting instance or locally, you will need to use the built-in migrations feature.
Alternatively, you can build your own script to export the data, but I don't recommend that
yep pro plan .... i have appwrite.json how do i use that to create a new database
nad i need to do "alter" table like change scheme wat will be the best practise
You need the cli and use the init database command if I'm not wrong. Have in mind that could replace/delete the existing database if not handled properly
Recommended threads
- Hi Appwrite Support Team,My project has ...
Details: Project ID: 69a69f6f00113ed0e8e4 Region: SFO (sfo.cloud.appwrite.io) Error Response: Affected: ALL endpoints — Functions, Databases, Storage, Health, ...
- Sudden CORS Errors - Domain hasn't Chang...
I have an Appwrite project with two web apps configured, the first one has the hostname `*` and the second one I just added to test if it could fix the issue wi...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...