Skip to content

Commit 8c1d77c

Browse files
authored
Merge pull request #127 from percona/naeem-doc-release-17.4
Fixed postgres service name for debain/ubuntu on pg_tde setup doc.
2 parents e3cd93b + 116bf24 commit 8c1d77c

File tree

1 file changed

+3
-1
lines changed
  • contrib/pg_tde/documentation/docs

1 file changed

+3
-1
lines changed

contrib/pg_tde/documentation/docs/setup.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Load the `pg_tde` at startup time. The extension requires additional shared memo
1919
* On Debian and Ubuntu:
2020

2121
```sh
22-
sudo systemctl restart postgresql-17
22+
sudo systemctl restart postgresql@17-main
2323
```
2424

2525
* On RHEL and derivatives
@@ -64,6 +64,8 @@ Load the `pg_tde` at startup time. The extension requires additional shared memo
6464
* `server-certificate` is the path to the certificate file for the KMIP server.
6565
* `client key` is the path to the client key.
6666
67+
<i warning>:material-information: Warning:</i> Note that pg_tde_add_global_key_provider_kmip currently accepts only a combined client key + client certificate for the last parameter of this function named as `client key`.
68+
6769
<i warning>:material-information: Warning:</i> This example is for testing purposes only:
6870
6971
```

0 commit comments

Comments
 (0)