mirror of
https://github.com/wassname/docker-postgresql.git
synced 2026-09-10 12:00:18 +08:00
readme: fixed typo
This commit is contained in:
@@ -287,7 +287,7 @@ This is useful for developers to quickly snapshot the current state of a live da
|
|||||||
|
|
||||||
## Creating a backup
|
## Creating a backup
|
||||||
|
|
||||||
Just as the case of setting up a slave node or generating a snapshot, you can also create a backup of the data on the master master by specifying `REPLICATION_MODE=backup`.
|
Just as the case of setting up a slave node or generating a snapshot, you can also create a backup of the data on the master by specifying `REPLICATION_MODE=backup`.
|
||||||
|
|
||||||
> The backups are generated using [pg_basebackup](http://www.postgresql.org/docs/9.4/static/app-pgbasebackup.html) using the replication protocol.
|
> The backups are generated using [pg_basebackup](http://www.postgresql.org/docs/9.4/static/app-pgbasebackup.html) using the replication protocol.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user