Document Dockge PostgreSQL deployment
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user