Skip to content

Commit

Permalink
PG-1260 Added a note to drop tde pacjage before installing the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 committed Dec 16, 2024
1 parent b737fc4 commit cc301c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions documentation/docs/apt.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,11 @@ This tutorial shows how to install `pg_tde` with [Percona Distribution for Postg

## Install `pg_tde`

The `pg_tde` extension is a part of the `percona-postgresql-{{pgversion17}} package`. So you only need to install this package.
!!! important

After all [preconditions](#preconditions) are met, run the following command:
The `pg_tde` {{release}} extension is a part of the `percona-postgresql-{{pgversion17}}` package. If you installed a previous version of `pg_tde` from the `percona-postgresql-17-pg-tde` package, uninstall this package first.

After all [preconditions](#preconditions) are met, run the following command to install `pg_tde`:


```bash
Expand Down
4 changes: 3 additions & 1 deletion documentation/docs/yum.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ You need the `percona-release` repository management tool that enables the desir

## Install `pg_tde`

The `pg_tde` extension is a part of the `percona-postgresql{{pgversion17}} package`. So you only need to install this package.
!!! important

The `pg_tde` {{release}} extension is a part of the `percona-postgresql17` package. If you installed a previous version of `pg_tde` from the `percona-pg_tde_17` package, uninstall this package first.

```bash
sudo yum -y install percona-postgresql17
Expand Down

0 comments on commit cc301c8

Please sign in to comment.