
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
- How to create custom relatime channels
how do i create custome channels for real time communication. for example a room for a game with room code and sending messgaes to that roomcode and receiving m...
- Migration from Selfhosted to Selfhosted-...
Hi, i am trying to migrate from one self hosted instance (1.7.4) to another one (1.7.4) via the migration tool. I've tried repeatly, but it won't import all doc...
- [SOLVED] Row with requested ID doesn't e...
``` async function test() { try { const input = {} const extracted = Object.values(input).map(item => ({ $id: item.postId, ...
