We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682e4a0 commit e2c5a14Copy full SHA for e2c5a14
replication.md
@@ -2,6 +2,11 @@
2
3
1. Install postgres in the primary and standby server as usual. This requires only configure, make and make install.
4
2. Create the initial database cluster in the primary server as usual, using initdb.
5
+
6
+```
7
+/usr/pgsql-12/bin/postgresql-12-setup initdb
8
9
10
3. Create an user named replication with REPLICATION privileges.
11
12
```
0 commit comments