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:25:49 +0000 (02:25 +0900)
commit562f4330cbb25496c482129eb21e44a4761b6ec9
tree6780b275613e65572dcd5a76725992b47210d0cb
parentb8c57c7f5cf2c1ec7582f4d8346585034edd8566
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