Re: Backup "Best Practices"

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Backup "Best Practices"
Date: 2016-11-29 07:20:15
Message-ID: o1ja7b$999$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Israel Brewster schrieb am 28.11.2016 um 23:50:
>>
>> pg_archivecleanup -n /mnt/server/archiverdir 000000010000000000000010.00000020.backup
>
> Ok, but where does that "000000010000000000000010.00000020.backup"
> come from? I mean, I can tell it's a WAL segment file name (plus a
> backup label), but I don't have anything like that in my WAL
> archives, even though I've run pg_basebackup a couple of times. Do I
> have to call something to create that file? Some flag to
> pg_basebackup? At the moment I am running pg_basebackup such that it
> generates gziped tar files, if that makes a difference.

The .backup file will be inside the tar file if I'm not mistaken

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2016-11-29 07:48:40 Re: pg_dump system catalog
Previous Message Jeff Janes 2016-11-29 07:04:37 Re: Backup "Best Practices"