Add shell scripts to install pgpool-II and pgpoolAdmin by RPM.
authorNozomi Anzai <anzai@sraoss.co.jp>
Tue, 28 May 2013 01:29:23 +0000 (10:29 +0900)
committerNozomi Anzai <anzai@sraoss.co.jp>
Tue, 28 May 2013 01:29:23 +0000 (10:29 +0900)
commitbb6ce88888de1b13206b1807ec1f6a5dd60b51e6
tree5565d46706c636a278fda0ac56451ebc3a1431a3
parent39ebf35c1cbe4285cb651eaf3150303bfe2b8ea7
Add shell scripts to install pgpool-II and pgpoolAdmin by RPM.

To make the installer package execute getsources.sh, and the directory
named "work" will be created. And you rpmbuild each spec files in work/,
put RPMs into work/installer and make tar ball of work/installer.
The installer does not only install RPMs but also edit postgresql.conf,
pgpool.conf, pg_hba.conf, recovery.conf and scripts for failover and
online recovery.
redhat/rpm_installer/basebackup-replication.sh [new file with mode: 0644]
redhat/rpm_installer/basebackup-stream.sh [new file with mode: 0644]
redhat/rpm_installer/config_for_script [new file with mode: 0644]
redhat/rpm_installer/failover.sh [new file with mode: 0644]
redhat/rpm_installer/getsources.sh [new file with mode: 0755]
redhat/rpm_installer/install.sh [new file with mode: 0755]
redhat/rpm_installer/pgpool_recovery_pitr [new file with mode: 0644]
redhat/rpm_installer/pgpool_remote_start [new file with mode: 0644]
redhat/rpm_installer/recovery.conf [new file with mode: 0644]
redhat/rpm_installer/ssh_wo_password.sh [new file with mode: 0755]
redhat/rpm_installer/uninstall.sh [new file with mode: 0755]