Skip to content

ImTheKai/pg-easy-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Percona Server for PostgreSQL Easy Install

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.

One-Step Automated Install

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.

Usage

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages