├── INSTALL.txt ├── LICENSE ├── README.md ├── base_config.txt ├── check_sky_pg_cluster_alive.sh ├── check_standby_lag.sh ├── keepalive.sql ├── m_s_1.png ├── m_s_2.png ├── m_s_3.png ├── m_s_4.png ├── m_s_ha_1.png ├── m_s_ha_2.png ├── m_s_ha_3.png ├── m_s_ha_4.png ├── m_s_ha_arch.png ├── port_probe.c └── sky_pg_cluster.sh /INSTALL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/INSTALL.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/README.md -------------------------------------------------------------------------------- /base_config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/base_config.txt -------------------------------------------------------------------------------- /check_sky_pg_cluster_alive.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/check_sky_pg_cluster_alive.sh -------------------------------------------------------------------------------- /check_standby_lag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/check_standby_lag.sh -------------------------------------------------------------------------------- /keepalive.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/keepalive.sql -------------------------------------------------------------------------------- /m_s_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_1.png -------------------------------------------------------------------------------- /m_s_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_2.png -------------------------------------------------------------------------------- /m_s_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_3.png -------------------------------------------------------------------------------- /m_s_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_4.png -------------------------------------------------------------------------------- /m_s_ha_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_ha_1.png -------------------------------------------------------------------------------- /m_s_ha_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_ha_2.png -------------------------------------------------------------------------------- /m_s_ha_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_ha_3.png -------------------------------------------------------------------------------- /m_s_ha_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_ha_4.png -------------------------------------------------------------------------------- /m_s_ha_arch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/m_s_ha_arch.png -------------------------------------------------------------------------------- /port_probe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/port_probe.c -------------------------------------------------------------------------------- /sky_pg_cluster.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/digoal/PostgreSQL_HA_with_primary_standby_2vip/HEAD/sky_pg_cluster.sh --------------------------------------------------------------------------------