mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Fix code block formatting
This commit is contained in:
@@ -34,7 +34,7 @@ same PostgreSQL major version, and preferably should be running the same minor
|
|||||||
version.
|
version.
|
||||||
|
|
||||||
repmgr will work on any Linux or UNIX-like environment capable of running
|
repmgr will work on any Linux or UNIX-like environment capable of running
|
||||||
PostgreSQL. rsync must also be installed.
|
PostgreSQL. `rsync` must also be installed.
|
||||||
|
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
@@ -107,11 +107,11 @@ identification and database connection information:
|
|||||||
resolvable by all nodes on the cluster.
|
resolvable by all nodes on the cluster.
|
||||||
* `pg_bindir`: (optional) location of PostgreSQL binaries, if not in the default $PATH
|
* `pg_bindir`: (optional) location of PostgreSQL binaries, if not in the default $PATH
|
||||||
|
|
||||||
Note that the configuration file should not be stored inside the PostgreSQL
|
Note that the configuration file should *not* be stored inside the PostgreSQL
|
||||||
data directory.
|
data directory.
|
||||||
|
|
||||||
Each node configuration needs to be registered with repmgr, either using the
|
Each node configuration needs to be registered with repmgr, either using the
|
||||||
repmgr command line tool, or the repmgrd daemon; for details see below. Details
|
`repmgr` command line tool, or the `repmgrd` daemon; for details see below. Details
|
||||||
about each node are inserted into the repmgr database (for details see below).
|
about each node are inserted into the repmgr database (for details see below).
|
||||||
|
|
||||||
|
|
||||||
@@ -145,7 +145,6 @@ Master setup
|
|||||||
|
|
||||||
Restart the PostgreSQL server after making these changes.
|
Restart the PostgreSQL server after making these changes.
|
||||||
|
|
||||||
|
|
||||||
2. Create the repmgr configuration file:
|
2. Create the repmgr configuration file:
|
||||||
|
|
||||||
$ cat $HOME/repmgr/repmgr.conf
|
$ cat $HOME/repmgr/repmgr.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user