Skip to content

Commit e2c5a14

Browse files
Update replication.md
1 parent 682e4a0 commit e2c5a14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

replication.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
1. Install postgres in the primary and standby server as usual. This requires only configure, make and make install.
44
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+
510
3. Create an user named replication with REPLICATION privileges.
611

712
```

0 commit comments

Comments
 (0)