How to migrate one organization data to another person's appwrite console account
- 0
- Databases
- Functions
- Auth
- Cloud
I currently have the Pro plan on Appwrite Cloud, but I don't want to continue with the paid version, so I want to switch to the free plan.
Meanwhile, I received an invite from my employer to join their Appwrite account, So I want to change my current paid plan but I'm unable to change it as you can see in attached images.
I need help with the migration process. Once the migration is complete, I can remove my organization from my account. (or is this bug right now???)
How to migrate one organization data to another person's appwrite console account
Recommended threads
- Project Paused
I am the developer of a project and the admin is not able to login into their account for some reason and I can't change the status of the project due to role r...
- what happened with 'never paused' ????
I can already imagine how annoying this is going to be...
- 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...