Document dependency on pgcrypto (#1385)

Closes #823
pull/1387/head
Michael Gaffney 5 years ago committed by GitHub
parent 1daa3ebefe
commit a9c2674395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save