Re: Setting up a server with previous day data - Mailing list pgsql-general

From Adrian Klaver
Subject Re: Setting up a server with previous day data
Date
Msg-id 1a276620-d600-8e9e-8299-4f4bea4746ab@aklaver.com
Whole thread Raw
In response to Setting up a server with previous day data  (Srinivasa T N <seenutn@gmail.com>)
List pgsql-general
On 7/19/22 00:22, Srinivasa T N wrote:
> Hi All,
>     I have a primary postgresql 12 server which is 
> being continuously used for transaction processing.  For reporting 
> purposes, I want to set up a secondary server which has got previous day 
> data.  Everyday night, I want the data from primary to be shifted to 
> secondary.  I can achieve this manually using pg_basebackup on primary 
> and pg_restore on secondary.  Is there any other automated efficient way 
> to achieve the same?  Any relevant docs would be helpful.

Use Postgres FDW:

https://www.postgresql.org/docs/current/postgres-fdw.html

to set up a link between the two?

> 
> Regards,
> Seenu.


-- 
Adrian Klaver
adrian.klaver@aklaver.com



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Out Of Memory
Next
From: Sebastien Flaesch
Date:
Subject: Concurrent INSERT statements with RETURNING clause resetting SERIAL sequence