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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...