Will Barman support restore of single database?

From: Andreas Joseph Krogh <andreas(at)visena(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Will Barman support restore of single database?
Date: 2022-01-28 15:05:51
Message-ID: VisenaEmail.66.6caea3a2481dc9bd.17ea1361482@tc7-visena
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, pgBackRest supports restoring only specified database:
https://pgbackrest.org/command.html#command-restore
<https://pgbackrest.org/command.html#command-restore>

11.1.3
Include Database Option (--db-include)

Restore only specified databases.

This feature allows only selected databases to be restored. Databases not
specifically included will be restored as sparse, zeroed files to save space
but still allowPostgreSQL to perform recovery. After recovery, the databases
that were not included will not be accessible but can be removed with thedrop
database command.

NOTE:
built-in databases (template0, template1, and postgres) are always restored
unless specifically excluded.
The --db-include option can be passed multiple times to specify more than one
database to include.

See Restore Selected Databases
<https://pgbackrest.org/user-guide.html#restore/option-db-include> for
additional information and caveats.

Are there any plans to add support for this to Barman?

--
Andreas Joseph Krogh
CTO / Partner - Visena AS
Mobile: +47 909 56 963
andreas(at)visena(dot)com <mailto:andreas(at)visena(dot)com>
www.visena.com <https://www.visena.com>
<https://www.visena.com>

Browse pgsql-general by date

  From Date Subject
Next Message Mladen Gogala 2022-01-28 23:05:18 pg_try_advisory_lock is waiting?
Previous Message Umair Shahid 2022-01-28 11:21:37 Re: PostgreSQL Management and monitoring tool