Skip to content
Snippets Groups Projects
Commit 76df369c authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

In the manual section on primary_conninfo, recommend using a role with

REPLICATION privileges, not SUPERUSER.

Fujii Masao
parent 86822df9
No related branches found
No related tags found
No related merge requests found
...@@ -326,7 +326,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows ...@@ -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 of the primary server, as well as the port number if it is not
the same as the standby server's default. the same as the standby server's default.
Also specify a user name corresponding to a role that has the 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 primary (see
<xref linkend="streaming-replication-authentication">). <xref linkend="streaming-replication-authentication">).
A password needs to be provided too, if the primary demands password A password needs to be provided too, if the primary demands password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment