Postgres replicas in same region on separate hardware?

If I create a primary Postgres instance in the SYD region, will it’s replica PG app and/or volume be guaranteed to be created on separate hardware or is there a chance the replica app and/or volume could be shared with the primary hardware?

1 Like

The Postgres launcher will always spread volumes across different servers. If you add more volumes it might overlap, but the initial two never will.

1 Like