Skip to content

Commit aa0e05b

Browse files
committed
Documentation improvements
1 parent 4c5923a commit aa0e05b

4 files changed

+8
-7
lines changed

doc/cmd_archiver.README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
pitrtools
3-
@ COPYRIGHT Command Prompt, Inc.
3+
© COPYRIGHT Command Prompt, Inc.
44
May 5, 2013
55

66

doc/cmd_queue.README

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
pitrtools
3-
@ COPYRIGHT Command Prompt, Inc.
3+
© COPYRIGHT Command Prompt, Inc.
44
Nov 13, 2014
55

66

doc/cmd_standby.README

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22
pitrtools
3-
@ COPYRIGHT Command Prompt, Inc.
3+
© COPYRIGHT Command Prompt, Inc.
44
May 5, 2013
55

66
The cmd_standby script is a utility that allows easy management of all types of
7-
standby PostgreSQL servers, from cold to warm and streaming repliaction.
7+
standby PostgreSQL servers, from cold to warm and streaming replication. It is
8+
run on the standby host.
89

910
It currently has the following capabilities:
1011

@@ -25,13 +26,13 @@ Usage:
2526
-h, --help show this help message and exit
2627
-A start|stop, --action=start|stop
2728
Start or Stop PostgreSQL
28-
-B, --basebackup Start/Stop a base backup
29+
-B, --basebackup Start/Stop a base backup. Run with -I before this.
2930
-C FILE, --config=FILE
3031
the name of the standby config file
3132
-F VALUE, --failover=VALUE
3233
Value is a 3 digit number 999
3334

34-
-I, --dbinit Use before -B
35+
-I, --dbinit Create local filesystem directories like on the master.
3536
-P, --ping Is my master alive?
3637
-R TIMESTAMP, --recovertotime=TIMESTAMP
3738
If you need to restore to a specific point in time

etc/cmd_archiver.ini.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rsync_flags: -z
2121
; option 2 or 3, if running RHEL5 or similar it is likely 2
2222
; if you are running something that ships remotely modern software
2323
; it will be 3
24-
rsync_version = 2
24+
rsync_version = 3
2525

2626
; IP of slave
2727
slaves: 192.168.1.201,192.168.1.202

0 commit comments

Comments
 (0)