Fix bugs in installer including the following:
authorYugo Nagata <nagata@sraoss.co.jp>
Fri, 14 Jun 2013 07:05:03 +0000 (16:05 +0900)
committerYugo Nagata <nagata@sraoss.co.jp>
Fri, 14 Jun 2013 07:11:47 +0000 (16:11 +0900)
commit36beec31b9bffe92f1dbd7a1ffa89fad2ad0588c
tree89d6727a5b6bec89d1c00e7be43882256e643ef8
parent6d53c3abf7f2103a56d2a56a33fb309bbf173750
Fix bugs in installer including the following:
 - wrong watchdog settings
 - wrong permission settings
 - missing netmask information in pg_hba.conf
 - missing comma in pgpool.conf

Fix to install pgpool to both of node 0 and node 1.
 - install.sh must be executed in both nodes.
 - This is nesessary for installing pgpool_regclass and
   pgpool_recovery to both nodes.
 - In installation on node 1, configuration information on node 0
   is reused. The information is copied using scp. So, users need
   not input the same information.
 - Passwordless access over ssh is setup in install.sh automatically.
   postgres user must exist in both server before installation.
redhat/rpm_installer/basebackup-replication.sh
redhat/rpm_installer/basebackup-stream.sh
redhat/rpm_installer/getsources.sh
redhat/rpm_installer/install.sh
redhat/rpm_installer/pgpool_recovery_pitr
redhat/rpm_installer/uninstall.sh