Hello Appwrite Community,
I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is missing. But I have no clue, if it's meant online or on my self hosted instance. Can you help me with my problem?
Thanks π
Yeah, itβs broken right now, I was trying to also move from self hosted to cloud and it failed, they are working on the fix I think
Ok, thank you for the information π
cc <@1356535431834898634> ^
for a cloud β self-hosted migration, the API key is the one from your source project β i.e. the cloud project you're migrating from. When you kick off the migration, Appwrite asks for the source endpoint, source project ID, and a source API key, and it uses those credentials to read your data out of cloud. So you'll want to generate an API key inside your cloud project's settings (with the scopes for the resources you're migrating) and paste that in. The self-hosted side is just the destination and doesn't need a key for this.
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:...