Install Pgproto On A Debian, Ubuntu, Kali And Raspbian

Install Pgproto On A Debian, Ubuntu, Kali And Raspbian

pgproto

connection pool server and replication proxy for PostgreSQL

Maintainer: Debian PostgreSQL Maintainers



Section: database

Install pgproto

  • Debian apt-get install pgpool2 Click to copy
  • Ubuntu apt-get install pgpool2 Click to copy
  • Kali Linux apt-get install pgpool2 Click to copy
  • Raspbian apt-get install pgpool2 Click to copy

pgpool2

connection pool server and replication proxy for PostgreSQL

pgpool-II is a middleware that works between PostgreSQL servers and a PostgreSQL database client. It provides the following features: * Connection Pooling * Replication * Load Balance * Limiting Exceeding Connections * Parallel Query pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a connection between them. Therefore, a database application (frontend) thinks that pgpool-II is the actual PostgreSQL server, and the server (backend) sees pgpool-II as one of its clients. Because pgpool-II is transparent to both the server and the client, an existing database application can be used with pgpool-II almost without a change to its sources. This is version 3 of pgpool-II, the second generation of pgpool.

Installing pgproto command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Kali and Raspbian operating systems. Once you run the command it will install the latest version of pgproto 2026 package in your OS.