Re: pgBackRest backup from standby

From: David Steele <david(at)pgmasters(dot)net>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: pgBackRest backup from standby
Date: 2018-02-19 14:18:59
Message-ID: e0746162-fa29-19af-c735-1ac23007f87b@pgmasters.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Don,

On 2/18/18 7:34 PM, Don Seiler wrote:
>
> Looking to use pgBackRest to take a backup from a hot standby. I'm
> reading that pgBackRest still needs to connect to the primary and copy
> some files. My questions are:
>
> 1. What files does it need to copy? Config files? WAL files?

It copies files that are not replicated from the primary so that a
primary-style backup is created. Anything that is replicated (which is
by far the bulk of the data) is copied from the standby.

> 2. How does it connect? SSH?

Yes.

> 3. Does pgBackRest need to be installed and configured on the primary
> as well?

Yes. Anyway, it's best to archive from the primary so a replication
failure does not affect your archiving.

Configuring pgBackRest, SSH, standby, and backup from standby are all
covered in the user guide.

http://pgbackrest.org/user-guide.html

In particular:

http://pgbackrest.org/user-guide.html#backup-host
http://pgbackrest.org/user-guide.html#replication
http://pgbackrest.org/user-guide.html#standby-backup

Regards,
--
-David
david(at)pgmasters(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David Steele 2018-02-19 14:23:58 Re: pgBackRest backup from standby
Previous Message Vitaliy Garnashevich 2018-02-19 12:46:36 Re: shared_buffers 8GB maximum