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

Commit989d7bc

Browse files
committed
Documentation: minor fix
1 parent73e2c86 commit989d7bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎Documentation.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ Makes an STREAM backup that includes all the necessary WAL files by streaming th
524524
Specifies the replication slot for WAL streaming. This option can only be used together with the`--stream` option.
525525

526526
--temp-slot
527-
Creates a temporary physical replication slot for streaming WAL from the backed up PostgreSQL instance. It ensures that all the required WAL segments remain available if WAL is rotated while the backup is in progress. This option can only be used together with the`--stream` option. Default slot name is`pg_probackup_slot`, which can be changed via option`-S / --slot`.
527+
Creates a temporary physical replication slot for streaming WAL from the backed up PostgreSQL instance. It ensures that all the required WAL segments remain available if WAL is rotated while the backup is in progress. This option can only be used together with the`--stream` option. Default slot name is`pg_probackup_slot`, which can be changed via option`--slot/-S`.
528528

529529
--backup-pg-log
530530
Includes the log directory into the backup. This directory usually contains log messages. By default, log directory is excluded.
@@ -610,7 +610,7 @@ Specifies the timestamp up to which recovery will proceed.
610610
Specifies the transaction ID up to which recovery will proceed.
611611

612612
--recovery-target-inclusive=boolean
613-
Specifies whether to stop just after the specified recovery target (true), or just before the recovery target (false). This option can only be used together with`--recovery-target-name`,`--recovery-target-time`,`--recovery-target-lsn` or`--recovery-target-xid` options. The defaultvalue is taken from the[recovery_target_inclusive](https://www.postgresql.org/docs/current/recovery-target-settings.html#RECOVERY-TARGET-INCLUSIVE) parameter.
613+
Specifies whether to stop just after the specified recovery target (true), or just before the recovery target (false). This option can only be used together with`--recovery-target-name`,`--recovery-target-time`,`--recovery-target-lsn` or`--recovery-target-xid` options. The defaultdepends on[recovery_target_inclusive](https://www.postgresql.org/docs/current/recovery-target-settings.html#RECOVERY-TARGET-INCLUSIVE) parameter.
614614

615615
--recovery-target-action=pause|promote|shutdown
616616
Default: pause
@@ -721,17 +721,17 @@ You can use these options together with [backup](#backup) and [archive-push](#ar
721721
--compress-algorithm=compression_algorithm
722722
Default: none
723723
Defines the algorithm to use for compressing data files. Possible values are`zlib`,`pglz`, and`none`. If set to zlib or pglz, this option enables compression. By default, compression is disabled.
724-
For the`archive-push` command, the pglz compression algorithm is not supported.
724+
For the[archive-push](#archive-push) command, the pglz compression algorithm is not supported.
725725

726726
--compress-level=compression_level
727727
Default: 1
728-
Defines compression level (0 through 9, 0 being no compression and 9 being best compression). This option can be used together with --compress-algorithm option.
728+
Defines compression level (0 through 9, 0 being no compression and 9 being best compression). This option can be used together with`--compress-algorithm` option.
729729

730730
--compress
731731
Alias for`--compress-algorithm=zlib` and`--compress-level=1`.
732732

733733
#####Archiving Options
734-
These options can be used with[archive-push](#archive-push)and[archive-get](#archive-get) commandsin[archive_command](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-COMMAND) and[restore_command](https://www.postgresql.org/docs/current/archive-recovery-settings.html#RESTORE-COMMAND)settings.
734+
These options can be used with[archive-push](#archive-push)commandin[archive_command](https://www.postgresql.org/docs/current/runtime-config-wal.html#GUC-ARCHIVE-COMMAND)settingand[archive-get](#archive-get) command in[restore_command](https://www.postgresql.org/docs/current/archive-recovery-settings.html#RESTORE-COMMAND)setting.
735735

736736
--wal-file-path=wal_file_path %p
737737
Provides the path to the WAL file in`archive_command` and`restore_command`. The %p variable is required for correct processing.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp