Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita0e52d5

Browse files
committed
Documentation: update
1 parent2aacd56 commita0e52d5

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎Documentation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -582,11 +582,13 @@ 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 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:
586586

587-
pg_probackup backup -B backup_dir --instance instance_name -b FULL --remote-host=192.168.0.2 --remote-user=postgres
587+
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 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:
590+
591+
pg_probackup restore -B backup_dir --instance instance_name --remote-user=postgres --remote-host=192.168.0.2 --remote-port=2302
590592

591593
>NOTE: The remote backup mode is currently unavailable for Windows systems.
592594

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp