This repo provides a single click installation script for Percona Server for PostgreSQL and pg_tde. Currently we do support and test always against the latest community release of Debian/Ubuntu and Oracle Linux.
curl -fsSL https://raw.githubusercontent.com/ImTheKai/pg-easy-deploy/refs/heads/main/pg-easy-deploy.sh | bash
NOTE
Piping to bash
is a controversial topic, as it prevents you from reading code that is about to run on your system. If you would prefer to review the code before installation, please take a look the code.
Currently we support installing Percona Server for PostgreSQL with the pg_tde extension. It deploys and configures TDE with a configured database and table, that's encrypted. Ready to start your testing. Syntax is as follow:
Usage: pg-easy-deploy.sh [-h] [-v] [-l] [-t] [-d]
This tool is used to install and configure Percona Server for PostgreSQL and pg_tde for testing purposes.
Available options:
-h, --help Print this help and exit
-v, --verbose Print script debug info
-l, --logfile Set logfile name for script output
-t, --table Set table name that gets created by default
-d, --database Set database name that gets created by default