From c04823d4165f2435e3de813f08f7ddcf35f59f8f Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Sun, 24 May 2026 22:14:49 +0000 Subject: [PATCH] Grant CREATEDB and CREATEROLE to memory role on hermes-pgdb The memory user needs CREATEDB and CREATEROLE privileges to install the pgvector extension on the agent_memory database. --- apps/base/customer1/hermes-db/pg-cluster-hermes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/base/customer1/hermes-db/pg-cluster-hermes.yaml b/apps/base/customer1/hermes-db/pg-cluster-hermes.yaml index 27cb152..dcd6ec1 100644 --- a/apps/base/customer1/hermes-db/pg-cluster-hermes.yaml +++ b/apps/base/customer1/hermes-db/pg-cluster-hermes.yaml @@ -35,6 +35,8 @@ spec: - name: memory ensure: present login: true + createdb: true + createrole: true passwordSecret: name: memory-db-credentials