docs icon indicating copy to clipboard operation
docs copied to clipboard

Issue with the "Move an app between organizations" doc

Open morgz opened this issue 8 months ago • 0 comments

I found an issue with this document.

Title: Move an app between organizations Location: https://fly.io/docs/apps/move-app-org/ Source: https://github.com/superfly/docs/blob/main/apps/move-app-org.html.markerb

Describe the issue

When trying to follow the advice of creating a new Postgres app in a separate organization and restoring from a snapshot, it fails. This doesn't feel like good advice for moving a Postgres app.

Addtional info

Fly Postgres: You can’t use the fly apps move command for Fly Postgres apps. To move a Postgres app to another organization, create a new Postgres app under the target organization, and then restore the data from your current Postgres app volume snapshot.

Error: failed to create volume: failed to create volume: Unable to create volume. The specified snapshot must belong to organization: X

morgz avatar Mar 24 '25 09:03 morgz