Hey there ![]()
I just wanted to share a little issue I had with the platform.
After prototyping an application in my personal account, I decided to create an organization and move the resources to give access to a friend.
After first moving the web application to the new account, I was surprised that the DB didnāt seem to move over after a few attempts. It turns out I was missing the message in the logs telling me this isnāt supported for Postgres at the moment ā something some other posts here seem to mention.
Once I realized this wouldnāt be a trivial migration, I decided to migrate the application back to my personal account. Unfortunately, this didnāt appear to be possible from the UI! After starting a move, I would get an error with the message āOrganization isaac-parker not foundā.
In the end I modified the flyctl commands and got things working. Using flyctl apps move appnamehereāwithout any flagsāwill let you choose an organization from the list, including a āPersonalā organization.
Iām not sure where else to document this, but hopefully this can be a hint for someone else stuck or a start of a bug report if this little trap isnāt known.