You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -582,11 +582,13 @@ The typical workflow is as follows:
582
582
583
583
- 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.
584
584
585
-
For example, to create archive full backup using remote modevia ssh, run:
585
+
For example, to create archive full backup using remote modethrough ssh connection to user`postgres` on host with address`192.168.0.2` via port`2302`, run:
586
586
587
-
pg_probackup backup -B backup_dir --instance instance_name -b FULL --remote-host=192.168.0.2 --remote-user=postgres
For example, to restore backup on remote system using ssh, 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: