Prometheus exporter for Pgpool-II. . Contribute to pgpool/pgpool2_exporter development by creating an account on GitHub.
Clone of the pgpool-II git repo. Contribute to mbell8903/pgpool-II development by creating an account on GitHub.
pgpool-ii 4.5.3 9f4e0b5 github-actions bot added the bump-formula-pr label Aug 15, 2024 samford approved these changes Aug 15, 2024 View reviewed changes Contributor github-actions bot commented Aug 15, 2024 🤖 An automated task has requested bottles to be published to this PR. p...
Generating pgpool-II RPMs using docker. Contribute to pgpool/docker-pgpool-II-rpm development by creating an account on GitHub.
# If not set, Pgpool-II will automatically generate the TLS certificate if ssl = on. #- name: pgpool-tls # secret: # secretName: pgpool-tls --- apiVersion: v1 kind: Service metadata: name: pgpool spec: selector: app: pgpool ports: - name: pgpool-port protocol: TCP port: 9999 ...
pgpool-II unofficial mirror. Contribute to machack666/pgpool-II development by creating an account on GitHub.
pgpool-II Global Development Group http://pgpool.net Achievements x2Block or Report Popular repositories Loading pgpool-tmp doesn't have any public repositories yet. Something went wrong, please refresh the page to try again. If the problem persists, check the GitHub status page or contact ...
Run Pgpool-II on Kubernetes This repository contains Dockerfile andYAMLfiles that can be used to deployPgpool-IIon Kubernetes. Introduction Because PostgreSQL is a stateful application and managing PostgreSQL has very specific requirements (e.g. backup, recovery, automated failover, etc), the built...
This is the official mirror of git://git.postgresql.org/git/pgpool2.git. Note that this is just a *mirror* - we don't work with pull requests on github. Please subscribe to pgpool-hackers mailing list from our website and submit your patch to this mailin
Pgpool-II简介 1.相当于中间件,位于应用程序和PG服务端之间; 2.提供连接池、负载均衡、自动故障切换等功能,负载均衡只针对读操作,写操作只发生在主节点上; 3.Pgpool-II自身也可以配置为主从结构,避免单点故障,对外提供虚拟IP地址,当主节点故障后,从节点提升为新的主节点并接管虚拟IP; Pgpool-II体系结构 Pgpool...