Skip to content

Commit

Permalink
Update deployment docs for psql 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Romijn committed Aug 16, 2024
1 parent c45cc39 commit 66bf24c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/admins/deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ the necessary permissions, to be run as a superuser::
CREATE ROLE irrd WITH LOGIN ENCRYPTED PASSWORD 'irrd';
GRANT ALL PRIVILEGES ON DATABASE irrd TO irrd;
\c irrd
GRANT ALL ON SCHEMA public TO irrd;
CREATE EXTENSION IF NOT EXISTS pgcrypto;

The `pgcrypto` extension is used by some IRRd tables, and has to be created
Expand Down

0 comments on commit 66bf24c

Please sign in to comment.