migrate from local to cloud appwrite
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
Hi everyone! I just wanted to share a quick tip for anyone struggling with the "Deploy to Cloud" feature from a local environment.
If you are trying to migrate your local Appwrite data to Appwrite Cloud and keep getting connection errors (like "API key invalid or expired"), it’s likely because the Cloud cannot "see" your localhost.
I solved this by using ngrok to create a public tunnel to my local setup.
Hope this helps someone!
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Getting current user has been blocked
Getting current user has been blocked error while signing in the appwrite console. Got this during I am testing with the my saas web project. Please help to unb...