Setting up a server with previous day data

From: Srinivasa T N <seenutn(at)gmail(dot)com>
To: PostgreSQL General <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Setting up a server with previous day data
Date: 2022-07-19 07:22:31
Message-ID: CAFruNddwg1QHJD75rH_swG_+TVMHiCxLU8pOouxxJH=mz-YUHw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Regards,
Seenu.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martin Kalcher 2022-07-19 07:29:03 Re: [PATCH] Introduce array_shuffle() and array_sample()
Previous Message Guillaume Lelarge 2022-07-19 06:50:38 Re: Proposed Translations of Updated Code of Conduct Policy