Quickstart guide¶
Percona Distribution for PostgreSQL is the Percona server for PostgreSQL with the collection of tools from PostgreSQL community that are tested to work together and serve to assist you in deploying and managing PostgreSQL. Read more.
This document aims to guide database application developers and DevOps engineers in getting started with Percona Distribution for PostgreSQL. Upon completion of this guide, you’ll have Percona Distribution for PostgreSQL installed and operational, and you’ll be able to:
- Connect to PostgreSQL using the
psql
interactive terminal - Interact with PostgreSQL with basic psql commands
- Manipulate data in PostgreSQL
- Understand the next steps you can take as a database application developer or administrator to expand your knowledge of Percona Distribution for PostgreSQL
Install Percona Distribution for PostgreSQL¶
You can select from multiple easy-to-follow installation options, but we recommend using a Package Manager for a convenient and quick way to try the software first.
Percona provides installation packages in DEB
and RPM
format for 64-bit Linux distributions. Find the full list of supported platforms and versions on the Percona Software and Platform Lifecycle page .
If you are on Debian or Ubuntu, use apt
for installation.
If you are on Red Hat Enterprise Linux or compatible derivatives, use yum
.
Get our image from Docker Hub and spin up a cluster on a Docker container for quick evaluation.
Check below to get access to a detailed step-by-step guide.
Percona Operator for Kubernetes is a controller introduced to simplify complex deployments that require meticulous and secure database expertise.
Check below to get access to a detailed step-by-step guide.
If you need to install Percona Distribution for PostgreSQL offline or as a non-superuser, check out the link below for a step-by-step guide and get access to the downloads directory.
Note that for this scenario you must make sure that all dependencies are satisfied.