├── 2vip_sky_pg_cluster.sh ├── INSTALL.txt ├── README.md ├── TUTORIAL.txt ├── check_sky_pg_clusterd_alive.sh ├── check_standby_lag.sh ├── example.pgpass ├── log_filter.sh ├── port_probe.c ├── postgresql.example.conf ├── recovery.example.conf ├── sky_pg_clusterd.sh └── sky_postgresql_cluster.example.sql /2vip_sky_pg_cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/2vip_sky_pg_cluster.sh -------------------------------------------------------------------------------- /INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/INSTALL.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/README.md -------------------------------------------------------------------------------- /TUTORIAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/TUTORIAL.txt -------------------------------------------------------------------------------- /check_sky_pg_clusterd_alive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/check_sky_pg_clusterd_alive.sh -------------------------------------------------------------------------------- /check_standby_lag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/check_standby_lag.sh -------------------------------------------------------------------------------- /example.pgpass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/example.pgpass -------------------------------------------------------------------------------- /log_filter.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/log_filter.sh -------------------------------------------------------------------------------- /port_probe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/port_probe.c -------------------------------------------------------------------------------- /postgresql.example.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/postgresql.example.conf -------------------------------------------------------------------------------- /recovery.example.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/recovery.example.conf -------------------------------------------------------------------------------- /sky_pg_clusterd.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/sky_pg_clusterd.sh -------------------------------------------------------------------------------- /sky_postgresql_cluster.example.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/sky_postgresql_cluster/HEAD/sky_postgresql_cluster.example.sql --------------------------------------------------------------------------------