[pgpool-committers: 1011] pgpool: Add shell scripts to install	pgpool-II and pgpoolAdmin by RPM.
    Nozomi Anzai 
    anzai at sraoss.co.jp
       
    Tue May 28 10:51:11 JST 2013
    
    
  
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.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=bb6ce88888de1b13206b1807ec1f6a5dd60b51e6
Modified Files
--------------
redhat/rpm_installer/basebackup-replication.sh |   55 ++
redhat/rpm_installer/basebackup-stream.sh      |   57 ++
redhat/rpm_installer/config_for_script         |   17 +
redhat/rpm_installer/failover.sh               |   64 ++
redhat/rpm_installer/getsources.sh             |  106 +++
redhat/rpm_installer/install.sh                | 1028 ++++++++++++++++++++++++
redhat/rpm_installer/pgpool_recovery_pitr      |   47 ++
redhat/rpm_installer/pgpool_remote_start       |   15 +
redhat/rpm_installer/recovery.conf             |    4 +
redhat/rpm_installer/ssh_wo_password.sh        |   47 ++
redhat/rpm_installer/uninstall.sh              |   55 ++
11 files changed, 1495 insertions(+), 0 deletions(-)
    
    
More information about the pgpool-committers
mailing list