Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2da1e commit 232f94bCopy full SHA for 232f94b
doc/pgprobackup.xml
@@ -1874,6 +1874,10 @@ pg_probackup restore -B <replaceable>backup_dir</replaceable> --instance <replac
1874
you must drop the excluded databases using
1875
<command>DROP DATABASE</command> command.
1876
</para>
1877
+ <para>
1878
+ If want to decouple a single cluster with multiple databases into separate clusters with minimal downtime, then
1879
+ you can partially restore cluster as standby via <option>--restore-as-replica</option> options.
1880
+ </para>
1881
<note>
1882
<para>
1883
The <literal>template0</literal> and
0 commit comments