From my understanding of their documentation, the cloud postgresql service, being beta, does not yet support external replicas, which is what i thought i could use if i wanted a database to be replicated cross region.
This could very well end up being a blocker for our setup, since we need the data in separate regions.
I thought i'd investigate all the streaming replication options out there, and perhaps find one that does not require touching the host folder or custom config wise, which in my mind would end up looking like
master => streaming_replication_app => slave
but what from I've researched so far, no real streaming replication options are possible that are non intrusive.
Can you guys confirm or deny this and point me in the right direction? I need to decide if the Cloud postgres is too limited as a solution or not
Thanks in advance, Gabriel