You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Makes an autonomous backup that includes all necessary WAL files, by streaming them from database server via replication protocol.
380
380
381
-
-S _slot\_name_
381
+
-S _slot\_name_
382
382
--slot=_slot\_name_
383
383
384
384
This option causes the WAL streaming to use the specified replication slot, and is used together with --stream.
385
385
386
-
-C
387
-
--smooth-checkpoint
388
-
SMOOTH\_CHECKPOINT
386
+
-C
387
+
--smooth-checkpoint
388
+
SMOOTH\_CHECKPOINT
389
389
smooth\_checkpoint
390
390
391
391
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.
396
396
397
397
Connection options for backup:
398
398
399
-
d db\_name
400
-
--dbname=db\_name
399
+
d db\_name
400
+
--dbname=db\_name
401
401
PGDATABASE
402
402
403
403
Specifies the name of the database to connect to (any one will do).
404
404
405
-
-h host
406
-
--host=host
405
+
-h host
406
+
--host=host
407
407
PGHOST
408
408
409
409
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.
410
410
411
-
-p port
412
-
--port=port
411
+
-p port
412
+
--port=port
413
413
PGPORT
414
414
415
415
Specifies the TCP port or local Unix domain socket file extension on which the server is listening for connections.
416
416
417
-
-U user\_name
418
-
--username=user\_name
417
+
-U user\_name
418
+
--username=user\_name
419
419
PGUSER
420
420
421
421
User name to connect as.
422
422
423
-
-w
423
+
-w
424
424
--no-password
425
425
426
426
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.
427
427
428
-
-W
428
+
-W
429
429
--password
430
430
431
431
Force pg\_probackup to prompt for a password before connecting to a database.
0 commit comments