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

Commit028029e

Browse files
committed
Documentation: minor fixes
1 parentbb6d32f commit028029e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Documentation.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ Once these steps are complete, you can start taking FULL, PAGE, DELTA and PTRACK
280280
ARCHIVE backups require[continious WAL archiving](https://www.postgresql.org/docs/current/continuous-archiving.html) to be enabled. To set up continious archiving in the cluster, complete the following steps:
281281

282282
- Make sure the[wal_level](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-WAL-LEVEL) parameter is higher than`minimal`.
283-
- If you are configuringbackups on master,[archive_mode](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-MODE) must be set to`on`. To perform archiving on standby, set this parameter to`always`.
283+
- If you are configuringarchiving on master,[archive_mode](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-MODE) must be set to`on`. To perform archiving on standby, set this parameter to`always`.
284284
- Set the[archive_command](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-COMMAND) parameter, as follows:
285285

286286
archive_command = 'pg_probackup archive-push -B backup_dir --instance instance_name --wal-file-path %p --wal-file-name %f [remote_options]'
@@ -891,7 +891,7 @@ When restoring a cluster from an incremental backup, pg_probackup relies on the
891891

892892
####ARCHIVE mode
893893

894-
ARCHIVE is the defaultWAl delivery mode.
894+
ARCHIVE is the defaultWAL delivery mode.
895895

896896
For example, to make a FULL backup in ARCHIVE mode, run:
897897

@@ -903,7 +903,7 @@ During [backup](#backup) pg_probackup ensures that WAL files containing WAL reco
903903

904904
####STREAM mode
905905

906-
STREAM is the optionalWAl delivery mode.
906+
STREAM is the optionalWAL delivery mode.
907907

908908
For example, to make a FULL backup in STREAM mode, add the`--stream` option to the command from the previous example:
909909

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp