Migration to Self-Hosted isn't working on instances of Appwrite Cloud that exceed the limits
- 1
- Self Hosted
- Cloud
The title says it all, but I have been trying to migrate all of my projects that exceed the limits for the starter plan to a self hosted instance and I haven't gotten it to work at all. I have however gotten new projects in Appwrite Cloud with tons of different stuff added to them, to migrate perfectly.
This is the error I get when trying to migrate one of those projects
Are all your projects in the same organization?
Yes
I would expect it to work then...can you see what the error is in the logs of your appwrite instance? Maybe the migration worker? Or appwrite container?
Well in the browser the report query gets a 504 Timeout and in the Appwrite containers logs it has no errors same with the migration worker container
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...