[SOLVED] Migration from cloud to self-hosted fails to create buckets
- 0
- Resolved
- 1
- Self Hosted
- Storage
- Cloud
Hi! I'm trying to migrate a small project from the cloud to a self hosted instance to play around but without any success! The migration process fails with the following error "Storage bucket with the requested ID could not be found." for all the files. If I understand the error correctly, the migration does not create the buckets prior to moving the files. Is it expected behavior? Should I just create a bucket with the same ID? Both cloud & self-hosted are running Appwrite 1.8.0. Thank you!
Alright the problem that I missed was the bucket could not be created in the first place. On cloud, I configured a per-bucket maximum file size greater than what I configured globally in the .env file of my self hosted stack.
[SOLVED] Migration from cloud to self-hosted fails to create buckets
Recommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...