
migrate from local to cloud appwrite
TL;DR
A user is looking to migrate their app from a local setup to Appwrite on the cloud. They are recommended to use the Guille package found at https://github.com/gepd/appwrite-sync, which allows for migration on a per-project basis using an API key. They are also encouraged to upvote the issue regarding this feature at https://github.com/appwrite/appwrite/issues/5208.
You can try Guille package https://github.com/gepd/appwrite-sync
This will work per project by API key.
Also, you can upvote the issue regards this feature https://github.com/appwrite/appwrite/issues/5208

thank you
Recommended threads
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Is p-limit compatible with Appwrite?
I have a function that makes asynchronous calls to different Appwrite collections. This is how I make the call: ```js await Promise.allSettled([ ...
