1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-09 14:45:47 +02:00

Documentation: minor spelling fix

This commit is contained in:
Grigory Smolkin 2019-09-06 11:36:05 +03:00
parent 3093bb91b7
commit bad8ce144e

View File

@ -371,7 +371,7 @@ If you are going to use pg_probackup in remote mode via ssh, complete the follow
[backup@backup_host] ssh-copy-id postgres@db_host [backup@backup_host] ssh-copy-id postgres@db_host
- If you planning to rely on [continuous WAL archiving](#setting-up-continuous-wal-archiving), then setup passwordless SSH connection between *postgres* user on `db_host` and *backup* user on `backup_host`: - If you are planning to rely on [continuous WAL archiving](#setting-up-continuous-wal-archiving), then setup passwordless SSH connection between *postgres* user on `db_host` and *backup* user on `backup_host`:
[postgres@db_host] ssh-copy-id backup@backup_host [postgres@db_host] ssh-copy-id backup@backup_host