diff --git a/docs/admins/deployment.rst b/docs/admins/deployment.rst index ad400b712..4b594ed94 100644 --- a/docs/admins/deployment.rst +++ b/docs/admins/deployment.rst @@ -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