pgbackrest creating new directories (messing up cron jobs).

From: mimble9(at)danwin1210(dot)me
To: sfrost(at)snowman(dot)net
Cc: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: pgbackrest creating new directories (messing up cron jobs).
Date: 2020-03-10 10:35:17
Message-ID: 5808963daa5dd7b4a3704bba8dac828b.squirrel@danielas3rtn54uwmofdo3x2bsdifr47huasnmbgqzfrec5ubupvtpid.onion
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello,

My pgbackrest creates the files in
/var/lib/pgbackrest/archive/main/10/0000000100000000

Each file looks something like:
000000010000000100000022-033bbe600913c068e89c3d063afb1f0527bf513d.gz.

However, when the last two digits of the section before the hyphen become
FF, pgbackrest creates a new directory:
/var/lib/pgbackrest/archive/main/10/0000000100000001.

This is annoying as I have a cron job set up to focus on files in the
0000000100000000 directory.

Is there a way to force bgbackrest to only use one directory (e.g.
0000000100000000)?

Thanks.

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Stephen Frost 2020-03-10 13:44:48 Re: pgbackrest creating new directories (messing up cron jobs).
Previous Message David Roper 2020-03-09 20:42:54 Re: Postgresql-Unit Extension -