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

Commitbdd0459

Browse files
committed
Documentation: minor fix
1 parenta0e52d5 commitbdd0459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Documentation.md

Lines changed: 2 additions & 2 deletions
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 throughssh 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 throughSSH 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 throughssh 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 throughSSH 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)

[8]ページ先頭

©2009-2025 Movatter.jp