mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Fix format and typos
This commit is contained in:
@@ -20,8 +20,8 @@ versions please continue use the 2.x branch.
|
|||||||
|
|
||||||
New features in `repmgr 3` include:
|
New features in `repmgr 3` include:
|
||||||
|
|
||||||
* use pg_basebackup to clone servers
|
* using `pg_basebackup` to clone servers
|
||||||
* supportsfor timeline following, meaning a standby does not have to be
|
* support for timeline following, meaning a standby does not have to be
|
||||||
restarted after being promoted to master
|
restarted after being promoted to master
|
||||||
* support for cascading replication
|
* support for cascading replication
|
||||||
* support for tablespace remapping (in PostgreSQL 9.3 via rsync only)
|
* support for tablespace remapping (in PostgreSQL 9.3 via rsync only)
|
||||||
@@ -105,12 +105,12 @@ settings:
|
|||||||
wal_keep_segments = 5000 # in logfile segments, 16MB each; 0 disables
|
wal_keep_segments = 5000 # in logfile segments, 16MB each; 0 disables
|
||||||
hot_standby = on # "on" allows queries during recovery
|
hot_standby = on # "on" allows queries during recovery
|
||||||
|
|
||||||
Note that `repmgr` expects a default of 5000 wal_keep_segments, although this
|
Note that `repmgr` expects a default of 5000 `wal_keep_segments`, although this
|
||||||
value can be overridden when executing the `repmgr` client.
|
value can be overridden when executing the `repmgr` client.
|
||||||
|
|
||||||
From PostgreSQL 9.4, replication slots are available, which remove the
|
From PostgreSQL 9.4, replication slots are available, which remove the
|
||||||
requirement to retain a fixed number of WAL logfile segments. See
|
requirement to retain a fixed number of WAL logfile segments. See
|
||||||
'repmgr configuration' for details.
|
"repmgr configuration" for details.
|
||||||
|
|
||||||
Additionally, `repmgr` requires a dedicated PostgreSQL superuser account
|
Additionally, `repmgr` requires a dedicated PostgreSQL superuser account
|
||||||
and a database in which to store monitoring and replication data. The `repmgr`
|
and a database in which to store monitoring and replication data. The `repmgr`
|
||||||
|
|||||||
Reference in New Issue
Block a user