Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f694aa

Browse files
author
Liudmila Mantrova
committed
DOC: fixed basebackup example in multimaster docs
1 parent 2dd6e99 commit 4f694aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/multimaster.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
<application>pg_basebackup</application> on behalf of this user.
364364
Run the following command on each node you are going to add:
365365
<programlisting>
366-
pg_basebackup -D <replaceable>datadir</> -h node1 -U myuser mydb
366+
pg_basebackup -D <replaceable>datadir</> -h node1 -U myuser
367367
</programlisting>
368368
where <replaceable>datadir</> is the directory containing the database cluster. This directory is specified at the cluster initialization stage, or set in the <envar>PGDATA</envar> environment variable.
369369
You can also use any other DBMS user with superuser rights instead of <literal>myuser</literal> to perform this task.

0 commit comments

Comments
 (0)