From a9c2674395d3aacd77e2ad69f8f770e1a78a642d Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Thu, 8 Jul 2021 16:57:05 -0400 Subject: [PATCH] Document dependency on pgcrypto (#1385) Closes #823 --- website/content/docs/installing/postgres.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/content/docs/installing/postgres.mdx b/website/content/docs/installing/postgres.mdx index 9a67d1bdce..212572318a 100644 --- a/website/content/docs/installing/postgres.mdx +++ b/website/content/docs/installing/postgres.mdx @@ -32,3 +32,12 @@ Database initialization requires elevated privileges. When initializing the database with the `boundary database init` command, the boundary database user requires the `superuser` role plus `all privileges` on the boundary database. + +## Required Postgres Modules + +Boundary has a dependency on the Postgres +[pgcrypto](https://www.postgresql.org/docs/11/pgcrypto.html) module +which is one of the standard modules supplied with Postgres. +Please see the +[Additional Supplied Modules](https://www.postgresql.org/docs/11/contrib.html) +page in the Postgres documentation for more information.