mirror of
https://github.com/postgres/postgres.git
synced 2026-04-02 15:57:24 -04:00
In the manual section on primary_conninfo, recommend using a role with
REPLICATION privileges, not SUPERUSER. Fujii Masao
This commit is contained in:
parent
86822df9b5
commit
76df369c06
1 changed files with 1 additions and 1 deletions
|
|
@ -326,7 +326,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
|
|||
of the primary server, as well as the port number if it is not
|
||||
the same as the standby server's default.
|
||||
Also specify a user name corresponding to a role that has the
|
||||
<literal>SUPERUSER</> and <literal>LOGIN</> privileges on the
|
||||
<literal>REPLICATION</> and <literal>LOGIN</> privileges on the
|
||||
primary (see
|
||||
<xref linkend="streaming-replication-authentication">).
|
||||
A password needs to be provided too, if the primary demands password
|
||||
|
|
|
|||
Loading…
Reference in a new issue