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

Commit133573e

Browse files
committed
Fix new line for doc
1 parent67214c9 commit133573e

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

‎doc/pg_probackup.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -325,20 +325,20 @@ Options for pg\_probackup utility can be specified in command line (such options
325325

326326
Common options:
327327

328-
-B_directory_
329-
--backup-path=_directory_
328+
-B_directory_
329+
--backup-path=_directory_
330330
BACKUP\_PATH
331331

332332
Absolute path to the backup directory. In this directory backups and WAL archive are stored.
333333

334-
-D_directory_
335-
--pgdata=directory_directory_
336-
PGDATA
334+
-D_directory_
335+
--pgdata=directory_directory_
336+
PGDATA
337337
pgdata
338338

339339
Absolute path to database cluster's data directory.
340340

341-
-j_num\_threads_
341+
-j_num\_threads_
342342
--threads=_num\_threads_
343343

344344
Number of parallel threads for backup, recovery, and backup validation.
@@ -347,12 +347,12 @@ Number of parallel threads for backup, recovery, and backup validation.
347347

348348
Shows progress of operations.
349349

350-
-q
350+
-q
351351
--quiet
352352

353353
Do not write any messages.
354354

355-
-v
355+
-v
356356
--verbose
357357

358358
Show detailed messages.
@@ -367,9 +367,9 @@ Show version information.
367367

368368
Backup options:
369369

370-
-b_mode_
371-
--backup-mode=_mode_
372-
BACKUP\_MODE
370+
-b_mode_
371+
--backup-mode=_mode_
372+
BACKUP\_MODE
373373
backup\_mode
374374

375375
Backup mode. Supported modes are: FULL (full backup), PAGE (incremental backup, tracking changes by scanning WAL files), PTRACK (incremental backup, tracking changes on-the-fly). The last mode requires Postgres Pro database server.
@@ -378,14 +378,14 @@ Backup mode. Supported modes are: FULL (full backup), PAGE (incremental backup,
378378

379379
Makes an autonomous backup that includes all necessary WAL files, by streaming them from database server via replication protocol.
380380

381-
-S_slot\_name_
381+
-S_slot\_name_
382382
--slot=_slot\_name_
383383

384384
This option causes the WAL streaming to use the specified replication slot, and is used together with --stream.
385385

386-
-C
387-
--smooth-checkpoint
388-
SMOOTH\_CHECKPOINT
386+
-C
387+
--smooth-checkpoint
388+
SMOOTH\_CHECKPOINT
389389
smooth\_checkpoint
390390

391391
Causes checkpoint to be spread out over a period of time (default is to complete checkpoint as soon as possible).
@@ -396,36 +396,36 @@ Includes pg\_log directory (where logging is usually pointed to) in the backup.
396396

397397
Connection options for backup:
398398

399-
d db\_name
400-
--dbname=db\_name
399+
d db\_name
400+
--dbname=db\_name
401401
PGDATABASE
402402

403403
Specifies the name of the database to connect to (any one will do).
404404

405-
-h host
406-
--host=host
405+
-h host
406+
--host=host
407407
PGHOST
408408

409409
Specifies the host name of the machine on which the server is running. If the value begins with a slash, it is used as the directory for the Unix-domain socket.
410410

411-
-p port
412-
--port=port
411+
-p port
412+
--port=port
413413
PGPORT
414414

415415
Specifies the TCP port or local Unix domain socket file extension on which the server is listening for connections.
416416

417-
-U user\_name
418-
--username=user\_name
417+
-U user\_name
418+
--username=user\_name
419419
PGUSER
420420

421421
User name to connect as.
422422

423-
-w
423+
-w
424424
--no-password
425425

426426
Never issue a password prompt. If the server requires password authentication and a password is not available by other means such as a .pgpass file, the connection attempt will fail. This option can be useful in batch jobs and scripts where no user is present to enter a password.
427427

428-
-W
428+
-W
429429
--password
430430

431431
Force pg\_probackup to prompt for a password before connecting to a database.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp