Skip to content

Commit

Permalink
Update documentation/docs/install.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anastasia Alexandrova <anastasia.alexandrova@percona.com>
  • Loading branch information
dutow and nastena1606 authored Jul 15, 2024
1 parent c6abf2b commit 9d8dc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Install `pg_tde` using one of available installation methods:
docker run --name pg-tde -e POSTGRES_PASSWORD=mysecretpassword -d perconalab/pg_tde
```

It builds and adds `pg_tde` extension to PostgreSQL 16. The `postgresql.conf` contains the required modifications, and the extension is added to `template1` - with this, all new databases automatically have the `pg_tde` extension loaded.
It builds and adds `pg_tde` extension to PostgreSQL 16. The `postgresql.conf` contains the required modifications. The `pg_tde` extension is added to `template1` so that all new databases automatically have the `pg_tde` extension loaded.

Keys are not created automatically, each database requires a key provider and a principal key before encrypted tables can be used. For that, see the instructions in the [Setup](setup.md) section, starting with the 4th point, as the first 3 steps are already completed in the docker image.

Expand Down

0 comments on commit 9d8dc8c

Please sign in to comment.