Hello,
we’re running a PG cluster and want to access a READ replica from another network for data analysis without affecting the production machine.
So far we just used sth like my-db-app.flycast
to connect to the app as a whole. But that meant connecting to the primary server. Now how to connect to a specific machine? Within the same network we could use <machine-id>.vm.my-db-app.internal
. But how does that work from another network?