Hi,
1- Both split-brain protection and security. Any tool?
2- Consider a database related to a website, which data is regularly entered. Now you want to transfer this database to another server. What's the solution?
On Tue, Feb 27, 2024 at 5:39 PM, Ron Johnson
<ronljohnsonjr@gmail.com> wrote:
Hello,
I have some questions about the PostgreSQL database:
1- If I want to distribute the PostgreSQL database on several servers at the same time. what should I do? Something similar to high availability.
HA replication is native in Postgresql.
2- Is there any special guard to protect PostgreSQL?
Guard, as in protection from a split-brain?