mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-07 13:40:17 +02:00
DOC: note about the usage of partial restore for multi-database cluster decoupling
This commit is contained in:
parent
ac2da1e817
commit
232f94b270
@ -1874,6 +1874,10 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
|
||||
you must drop the excluded databases using
|
||||
<command>DROP DATABASE</command> command.
|
||||
</para>
|
||||
<para>
|
||||
If want to decouple a single cluster with multiple databases into separate clusters with minimal downtime, then
|
||||
you can partially restore cluster as standby via <option>--restore-as-replica</option> options.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
The <literal>template0</literal> and
|
||||
|
Loading…
Reference in New Issue
Block a user