1
votes

I have a django website with PostgreSQL database hosted on one server with a different company and a mirror of that django website is hosted on another server with another company which also have the same exact copy of the PostgreSQL database . How can i sync or update that in real time or interval

1

1 Answers

0
votes

Postgresql has master-slave replication. Try That!