Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bdd0459

Browse files
committed
Documentation: minor fix
1 parent a0e52d5 commit bdd0459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,11 @@ The typical workflow is as follows:
582582

583583
- Run [backup](#backup) or [restore](#restore) commands with [remote options](#remote-mode-options) **on backup host**. pg_probackup connects to the remote system via SSH and creates a backup locally or restores the previously taken backup on the remote system, respectively.
584584

585-
For example, to create archive full backup using remote mode through ssh connection to user `postgres` on host with address `192.168.0.2` via port `2302`, run:
585+
For example, to create archive full backup using remote mode through SSH connection to user `postgres` on host with address `192.168.0.2` via port `2302`, run:
586586

587587
pg_probackup backup -B backup_dir --instance instance_name -b FULL --remote-user=postgres --remote-host=192.168.0.2 --remote-port=2302
588588

589-
For example, to restore latest backup on remote system using remote mode through ssh connection to user `postgres` on host with address `192.168.0.2` via port `2302`, run:
589+
For example, to restore latest backup on remote system using remote mode through SSH connection to user `postgres` on host with address `192.168.0.2` via port `2302`, run:
590590

591591
pg_probackup restore -B backup_dir --instance instance_name --remote-user=postgres --remote-host=192.168.0.2 --remote-port=2302
592592

0 commit comments

Comments
 (0)