Re: [pgbackrest] Expiring the last backup?

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: [pgbackrest] Expiring the last backup?
Date: 2019-01-24 14:11:53
Message-ID: 20190124141153.GM2528@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greetings,

* Ron (ronljohnsonjr(at)gmail(dot)com) wrote:
> On 1/24/19 7:26 AM, Stephen Frost wrote:
> >* Ron (ronljohnsonjr(at)gmail(dot)com) wrote:
> >>The backups partition is running out of disk space, and I need to delete the
> >>only backup.
> >>
> >>$ pgbackrest expire --stanza=localhost --retention-full=0
> >>ERROR: [032]: '0' is out of range for 'repo1-retention-full' option
> >Yeah, pgbackrest doesn't ever really think you want to get rid of *all*
> >of your backups. :)
>
> It's rare, but *is* occasionally needed.
>
> >>So, in version 2.07, what's the secret sauce for deleting that final copy?
> >If this is the only backup and the only cluster being backed up into
> >that repository, you could just nuke the whole repo and recreate it with
> >stanza-create once you're ready to have backups again..
>
> That occurred to me while lying in bed.  Use "stanza-delete"?

That's another option, though you'll have to use --force unless you're
also shutting PG down.

Thanks!

Stephen

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message twoflower 2019-01-24 14:23:27 Postgres 11 chooses seq scan instead of index-only scan
Previous Message Ron 2019-01-24 14:09:18 Re: Casting Integer to Boolean in assignment