How to transfer a Meteor application to another 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:
You can read our documentation where we describe this process: Transfer apps | Galaxy Docs
DEPLOY_HOSTNAME=[your_region] meteor authorized [your_existing_hostname] --transfer [new_account_name]
You can read our documentation where we describe this process: Transfer apps | Galaxy Docs
Updated on: 24/09/2024
Thank you!