Document Dockge PostgreSQL deployment
Some checks failed
OfficeCom Sentinel Client / validate-client (push) Successful in 25s
OfficeCom Sentinel Client / build-client-windows (push) Has been cancelled

This commit is contained in:
OfficeCom Codex
2026-07-25 01:56:49 +02:00
parent 335410b418
commit 67a14c125e
3 changed files with 54 additions and 1 deletions

View File

@@ -5,7 +5,13 @@ contacted directly by an endpoint; only n8n uses a database account.
## Provisioning
1. Create a database named `ocsentinel` on the existing private PostgreSQL server.
The production instance is deployed as the private Dockge stack documented in
[../dockge/README.md](../dockge/README.md). The bootstrap has already created
the database, schema, and restricted `ocsentinel_n8n` role.
For a separate future installation:
1. Create a database named `ocsentinel` on the private PostgreSQL server.
2. Apply `001_ocsentinel.sql` as a database administrator.
3. Create a non-superuser n8n login and grant only the necessary permissions: