When I run fly pg create --name new-db-app-name --fork-from old-db-app-name --verbose --region iad
I get
Error: failed to run query($id: ID!) { volume: node(id: $id) { ... on Volume { app { name } } } }: Field 'node' doesn't exist on type 'Queries'
Any ideas? This used to work. I’m using this to copy production data into staging. I know that old postgres is unsupported, so no high hopes, but still.