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
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...