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.
This commit is contained in:
Hermes Agent 2026-05-24 22:14:49 +00:00
parent 8bc3738a3f
commit c04823d416

View file

@ -35,6 +35,8 @@ spec:
- name: memory - name: memory
ensure: present ensure: present
login: true login: true
createdb: true
createrole: true
passwordSecret: passwordSecret:
name: memory-db-credentials name: memory-db-credentials