-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PG-1013 Updated install steps for pg_tde #378
base: main
Are you sure you want to change the base?
Conversation
The extension is now part of the server package, no need to install additional ones. Repo is no longer experimental modified: documentation/docs/apt.md modified: documentation/docs/yum.md
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For pg_tde beta user need to enable 'testing' repo instead of experimental and release repos.
$ sudo percona-release enable ppg-{{pgversion17}} experimental
$ sudo percona-release enable ppg-{{pgversion17}} testing
b61a743
to
ce13838
Compare
|
||
```{.bash data-prompt="$"} | ||
$ sudo percona-release enable ppg-{{pgversion17}} experimental | ||
$ sudo percona-release enable ppg-{{pgversion17}} testing | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't this be "main" after the release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently for Beta we are using this. IMO after GA it will be move to main repo.
PG-1013
Description
The extension is now part of the server package, no need to install additional ones. Repo is no longer experimental
modified: documentation/docs/apt.md
modified: documentation/docs/yum.md