small typos and version fix (#331)

Signed-off-by: Kai Wagner <kai.wagner@percona.com>
pull/209/head
Kai Wagner 10 months ago committed by GitHub
parent 33df6761a9
commit e82e35d1af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      documentation/docs/setup.md

@ -21,7 +21,7 @@ Load the `pg_tde` at the start time. The extension requires additional shared me
* On RHEL and derivatives
```sh
sudo systemctl restart postgresql-16
sudo systemctl restart postgresql-17
```
3. Create the extension using the [CREATE EXTENSION](https://www.postgresql.org/docs/current/sql-createextension.html) command. You must have the privileges of a superuser or a database owner to use this command. Connect to `psql` as a superuser for a database and run the following command:
@ -44,7 +44,7 @@ Load the `pg_tde` at the start time. The extension requires additional shared me
1. Set up a key provider for the database where you have enabled the extension
=== "With HaschiCorp Vault"
=== "With HashiCorp Vault"
```sql
SELECT pg_tde_add_key_provider_vault_v2('provider-name',:'secret_token','url','mount','ca_path');
@ -106,7 +106,7 @@ After you [enabled `pg_tde`](#enable-extension) and started the Percona Server f
Set up the key provider for WAL encryption
=== "With HaschiCorp Vault"
=== "With HashiCorp Vault"
```sql
SELECT pg_tde_add_key_provider_vault_v2('PG_TDE_GLOBAL','provider-name',:'secret_token','url','mount','ca_path');
@ -141,4 +141,4 @@ Now all WAL files are encrypted.
## Next steps
[Test TDE](test.md){.md-button}

Loading…
Cancel
Save