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!
1 Like
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
1 Like
Thank you so much @roadmr
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.