Re: Create replication read only

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Create replication read only
Date: 2023-03-01 22:00:31
Message-ID: 8cf0a0b7-7980-9ad3-5998-07b6a2594797@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 3/1/23 12:27, Erik Serrano wrote:
> Dear,
>
> Have information on how to create a read-only replica ... PDF, video,
> etc.  I need to create a server to only make queries.

Postgresql doesn't "do" master-master clustering, so it's replication
methods are all read only.

This is what I used to implement streaming:
https://www.tecmint.com/configure-postgresql-streaming-replication-in-centos-8/

--
Born in Arizona, moved to Babylonia.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Holger Jakobs 2023-03-02 11:53:19 psql terminates on first error
Previous Message Erik Serrano 2023-03-01 18:27:34 Create replication read only