File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -740,6 +740,16 @@ ALTER ROLE backup WITH REPLICATION;
740
740
DELTA, and PTRACK backups in the
741
741
<link linkend =" pbk-stream-mode" >STREAM</link > WAL mode.
742
742
</para >
743
+ <note >
744
+ <para >
745
+ If you are planning to rely on
746
+ <ulink url =" https://postgrespro.com/docs/postgresql/current/libpq-pgpass.html" >.pgpass</ulink >
747
+ for authentication when running backup in STREAM mode,
748
+ then .pgpass must contain credentials for <literal >replication</literal > database,
749
+ used to establish connection via replication protocol. Example:
750
+ pghost:5432:replication:backup_user:my_strong_password
751
+ </para >
752
+ </note >
743
753
</refsect2 >
744
754
<refsect2 id =" pbk-setting-up-continuous-wal-archiving" >
745
755
<title >Setting up Continuous WAL Archiving</title >
@@ -4714,7 +4724,7 @@ pg_probackup archive-get -B <replaceable>backup_dir</replaceable> --instance <re
4714
4724
<term ><option >--password</option ></term >
4715
4725
<listitem >
4716
4726
<para >
4717
- Forces a password prompt.
4727
+ Forces a password prompt. (Deprecated)
4718
4728
</para >
4719
4729
</listitem >
4720
4730
</varlistentry >
You can’t perform that action at this time.
0 commit comments