I want to transfer apps from my personal account to my company organization account. I can’t find anything on this in the docs and user dashboard. HELP!
Hi:
fly apps move should do the trick.
Note it doesn’t work with Postgres apps though - if you have one, you would have to create a new Postgres cluster on the company organization, and then move the data either by using fly postgres import or by doing a manual dump/restore. Finally, you’d have to reconfigure apps by detaching from the old Postgres cluster and attaching them to the new one.
- Daniel
Thank you so much @roadmr