mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 09:26: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.
|
||||
|
||||
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
|
||||
@@ -107,11 +107,11 @@ identification and database connection information:
|
||||
resolvable by all nodes on the cluster.
|
||||
* `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.
|
||||
|
||||
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).
|
||||
|
||||
|
||||
@@ -145,7 +145,6 @@ Master setup
|
||||
|
||||
Restart the PostgreSQL server after making these changes.
|
||||
|
||||
|
||||
2. Create the repmgr configuration file:
|
||||
|
||||
$ cat $HOME/repmgr/repmgr.conf
|
||||
|
||||
Reference in New Issue
Block a user