Use "psql -V" instead of "initdb -V" in sample scripts.
authorBo Peng <pengbo@sraoss.co.jp>
Thu, 1 Aug 2024 17:25:49 +0000 (02:25 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Thu, 1 Aug 2024 17:30:21 +0000 (02:30 +0900)
commitaf64bd7ca5feedc6268883da08b979223a233817
tree43a9d424fdf6da8c0e7e2034c960e16d29f6f502
parentffab3b219a98813f75dc3fcb596624dd5d5529cb
Use "psql -V" instead of "initdb -V" in sample scripts.

Use "psql -V" instead of "initdb -V" in the sample scripts
bacause in some cases postgresqlxx-server may not be installed.
src/sample/scripts/follow_primary.sh.sample
src/sample/scripts/recovery_1st_stage.sample
src/sample/scripts/replication_mode_recovery_1st_stage.sample