From b43e0652f89b9453c93ca9db0fd9888b5ade8b3e Mon Sep 17 00:00:00 2001 From: Jim Kalafut Date: Sat, 7 Sep 2019 08:49:14 -0700 Subject: [PATCH] Document Postgres ha_table parameter (#7444) Fixes #7416 --- website/source/docs/configuration/storage/postgresql.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/configuration/storage/postgresql.html.md b/website/source/docs/configuration/storage/postgresql.html.md index 2f19fd0f27..8ee819520e 100644 --- a/website/source/docs/configuration/storage/postgresql.html.md +++ b/website/source/docs/configuration/storage/postgresql.html.md @@ -111,6 +111,10 @@ LANGUAGE plpgsql; - `ha_enabled` `(string: "true|false")` – Default not enabled, requires 9.5 or later. +- `ha_table` `(string: "vault_ha_locks")` – Specifies the name of the table to use + for storing high availability information. This table must already exist (Vault + will not attempt to create it). + ## `postgresql` Examples ### Custom SSL Verification