Skip to content

Commit

Permalink
Fixed the repo for installing pg_tde (#608)
Browse files Browse the repository at this point in the history
  • Loading branch information
nastena1606 authored Jun 24, 2024
1 parent 3032541 commit 18ba7e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pg-tde.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This section provides instructions how to install `pg_tde` from Percona reposito
2. Enable the repository:

```{.bash data-prompt="$"}
$ sudo percona-release enable-only ppg-{{pgversion}} testing
$ sudo percona-release enable-only ppg-{{dockertag}} testing
```

3. Install the package:
Expand Down Expand Up @@ -82,7 +82,7 @@ This section provides instructions how to install `pg_tde` from Percona reposito
3. Enable the repository:

```{.bash data-prompt="$"}
$ sudo percona-release enable-only ppg-{{pgversion}} testing
$ sudo percona-release enable-only ppg-{{dockertag}} testing
```

4. Install the package:
Expand Down

0 comments on commit 18ba7e6

Please sign in to comment.