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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- local build `composer installer:dev` iss...
setup - dev container (default linux universal) WSL (test with gh codespace too) - php 8.5.7 - all extensions installed - `composer install` fine - `composer...
- Suspicious access pattern detected when ...
Hello, I am having trouble restoring my project. In the past it worked with no problems, but today I get an error "Suspicious access pattern detected". How can ...