Hello, I have been trying to migrate my cloud data to local for testing purposes, but the menu for creating migration seems to be broken. Any suggestions for this issue? There are pretty much no errors till this point, I am using ngrok to let my device be findable for appwrite cloud.
Afaik, even if you got the menu working it would fail because the data schema for the 1.7.4 version is not the same as the 1.8 version. We need to wait for the next release of self hosting to be able to migrate between the two.
You could try using Zachs migration script
npx --package=appwrite-utils-cli@latest appwrite-migrate --it -- if you use this, you can transfer
bump the console to a 6.x.x compatible version for 1.7.4.
It was fixed quite a long ago.
I have console 6.0.13 currently
Recommended threads
- Provider error when creating a function ...
- Cloud function deployment failures
When I run appwrite push functions, select the function I want to deploy, confirm with a YES, is starts deploying but goes into error. I need to repeat the ste...
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...