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.