Re: PostgreSQL Guard

From: Jason Long <hack3rcon(at)yahoo(dot)com>
To: ronljohnsonjr(at)gmail(dot)com
Cc: Pgsql-general General <pgsql-general(at)postgresql(dot)org>
Subject: Re: PostgreSQL Guard
Date: 2024-02-27 15:08:04
Message-ID: 1267802730.758412.1709046484381@mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)gmail(dot)com> wrote: On Tue, Feb 27, 2024 at 3:43 AM Jason Long <hack3rcon(at)yahoo(dot)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? 

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Siraj G 2024-02-27 15:50:36 Need help with tuning a query
Previous Message Ron Johnson 2024-02-27 14:09:20 Re: PostgreSQL Guard