From: | Stephen Frost <sfrost(at)snowman(dot)net> |
---|---|
To: | chiru r <chirupg(at)gmail(dot)com> |
Cc: | Forums postgresql <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PgBackRest question? |
Date: | 2017-12-13 22:45:05 |
Message-ID: | 20171213224505.GT4628@tamriel.snowman.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Greetings,
* chiru r (chirupg(at)gmail(dot)com) wrote:
> The pgbackrest.conf configuration file has the option *repo-path* to mention
> the mount point to store the backups and wal archive files.
That's correct, that's where the backups and the WAL are stored.
> We are looking for an option, Can we store online backups and wal archive
> files separately in different directories?.
That's an interesting requirement- why would you need them to be
different directories?
I'll point out that PostgreSQL backups absolutely require the WAL in
order to be able to be restored (at least the WAL generated during the
backup) in order to reach consistency. If the two were to be seperated,
you'd probably still want the backups to 'stand alone' and that would
mean duplicating all of the WAL which is created during the backup and
storing it with the backup.
The first question really is why you're looking for this though..? If
there's a good use-case for it, we could look at adding that it as an
option.
Thanks!
Stephen
From | Date | Subject | |
---|---|---|---|
Next Message | Rene Romero Benavides | 2017-12-13 23:16:38 | Re: pgstattuple free_percent to high |
Previous Message | chiru r | 2017-12-13 22:40:53 | PgBackRest question? |