el3ng
1
Solutions described Moving postgres app to another org here do not work because
a) fly postgres create --snapshot-id requires snapshot to be in same org
b) fly import has the same problem
Also fly apps move does not support postgres.
So what’s the solution?
Hi… I expect that fly pg import could be made to work, since it’s just the normal Postgres protocol over TCP.

And its source-uri can lie anywhere—including Heroku / other places completely outside of Fly.
Maybe take the route of spanning the two organizations via Flycast…
https://fly.io/docs/networking/private-networking/#flycast-private-load-balancing
(Tiny --org at the end.)