Skip to content

Commit

Permalink
Add one-step installer and a note
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Wagner <[email protected]>
  • Loading branch information
ImTheKai committed Nov 19, 2024
1 parent 8a0f358 commit a9dc553
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# 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.
This repo provides a single click installation script for [Percona Server for PostgreSQL](https://docs.percona.com/postgresql/17/index.html) and [pg_tde](https://percona.github.io/pg_tde/main/index.html). 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](https://raw.githubusercontent.com/ImTheKai/pg-easy-deploy/refs/heads/main/pg-easy-deploy.sh) on your system. If you would prefer to review the code before installation, please take a look the [code](https://raw.githubusercontent.com/ImTheKai/pg-easy-deploy/refs/heads/main/pg-easy-deploy.sh).

## Usage
Currently we support installing [Percona Server for PostgreSQL](https://docs.percona.com/postgresql/17/index.html) with the [pg_tde](https://percona.github.io/pg_tde/main/index.html) extension. It deploys and configures TDE with a configured database and table, that's encrypted. Ready to start your testing.
Expand Down

0 comments on commit a9dc553

Please sign in to comment.