How to transfer a Meteor application to another region/user/organization?
You can transfer your app by re-deploying it using a --transfer
option and authorizing a hostname and account. The command would be something like:
DEPLOY_HOSTNAME=[your_region] meteor authorized [your_existing_hostname] --transfer [new_account_name]
You can read our documentation where we describe this process: https://cloud-guide.meteor.com/transfer-apps.html