projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
1745a59
)
Update sample script comment.
author
Bo Peng
<
[email protected]
>
Thu, 27 Feb 2025 07:09:05 +0000
(16:09 +0900)
committer
Bo Peng
<
[email protected]
>
Thu, 27 Feb 2025 07:09:37 +0000
(16:09 +0900)
src/sample/scripts/follow_primary.sh.sample
|
blob
|
blame
|
history
diff --git
a/src/sample/scripts/follow_primary.sh.sample
b/src/sample/scripts/follow_primary.sh.sample
index fb33cdc440912dcb17c021ad5e25699202a717b7..eb83b7123b0428556294d3a521cba62be9b46b69 100755
(executable)
--- a/
src/sample/scripts/follow_primary.sh.sample
+++ b/
src/sample/scripts/follow_primary.sh.sample
@@
-1,6
+1,5
@@
#!/bin/bash
# This script is run after failover_command to synchronize the Standby with the new Primary.
-# First try pg_rewind. If pg_rewind failed, use pg_basebackup.
set -o xtrace