0

Azure have brought out azure flexible postgres which allows read replicas to a different az but we need a read/write solution. Does anybody know of any way to set up read/write replicas in postgres even with a 3rd party solution? Thanks Brian

b Od
  • 39
  • 2
  • 9

1 Answers1

0

Read replicas are read-only. You cannot write to them. They can be promoted to be a read/write server in the event of a disaster recovery.