mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
Merge branch 'master' into release_2_4
This commit is contained in:
commit
93f8291617
@ -4310,7 +4310,7 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
|
||||
<option>--recovery-target-lsn</option> or
|
||||
<option>--recovery-target-xid</option> options. The default
|
||||
depends on the
|
||||
<ulink url="https://postgrespro.com/docs/postgresql/current/recovery-target-settings.html#RECOVERY-TARGET-INCLUSIVE">recovery_target_inclusive</ulink>
|
||||
<ulink url="https://postgrespro.com/docs/postgresql/current/runtime-config-wal#GUC-RECOVERY-TARGET-INCLUSIVE">recovery_target_inclusive</ulink>
|
||||
parameter.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -726,7 +726,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
|
||||
log_content)
|
||||
|
||||
self.assertIn(
|
||||
'LOG: current.stop_lsn: 0/4000028',
|
||||
'LOG: stop_lsn: 0/4000028',
|
||||
log_content)
|
||||
|
||||
# Clean after yourself
|
||||
|
Loading…
Reference in New Issue
Block a user