mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
REAMDE.md: formatting
This commit is contained in:
22
README.md
22
README.md
@@ -217,9 +217,13 @@ It is assumed PostgreSQL is installed on both servers in the cluster,
|
|||||||
`rsync` is available and password-less SSH connections are possible between
|
`rsync` is available and password-less SSH connections are possible between
|
||||||
both servers.
|
both servers.
|
||||||
|
|
||||||
*TIP*: for testing `repmgr`, it's possible to use multiple PostgreSQL
|
* * *
|
||||||
instances running on different ports on the same computer, with
|
|
||||||
password-less SSH access to `localhost` enabled.
|
> *TIP*: for testing `repmgr`, it's possible to use multiple PostgreSQL
|
||||||
|
> instances running on different ports on the same computer, with
|
||||||
|
> password-less SSH access to `localhost` enabled.
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
### PostgreSQL configuration
|
### PostgreSQL configuration
|
||||||
|
|
||||||
@@ -249,10 +253,14 @@ The following replication settings must be included in `postgresql.conf`:
|
|||||||
hot_standby = on
|
hot_standby = on
|
||||||
|
|
||||||
|
|
||||||
*TIP*: rather than editing these settings in the default `postgresql.conf`
|
* * *
|
||||||
file, create a separate file such as `postgresql.replication.conf` and
|
|
||||||
include it from the end of the main configuration file with:
|
> *TIP*: rather than editing these settings in the default `postgresql.conf`
|
||||||
`include 'postgresql.replication.conf'`
|
> file, create a separate file such as `postgresql.replication.conf` and
|
||||||
|
> include it from the end of the main configuration file with:
|
||||||
|
> `include 'postgresql.replication.conf'`
|
||||||
|
|
||||||
|
* * *
|
||||||
|
|
||||||
Create a dedicated PostgreSQL superuser account and a database for
|
Create a dedicated PostgreSQL superuser account and a database for
|
||||||
the `repmgr` metadata, e.g.
|
the `repmgr` metadata, e.g.
|
||||||
|
|||||||
Reference in New Issue
Block a user