In case that I want to move out to other cloud provider like aws exist the possibility to migrate my users and database?
Appetite? 😜
If you have 1.4 installed, yes, you can use appwrite migrations feature in settings to move from/to Appwrite cloud or to any other provider
Also if you're migrating from self-hosted to self-hosted instance you can do it manually by making a backup in a server and restoring in the new server
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- after using the coding agents its code b...
can anybody suggest me an ai tool that i can use to create the system desgins without the suggestion things because it at last create a mess
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...