helm-chart 1.0.0-rc.1 - ability to avoid postgreSQL database creation by schema job? #819
Unanswered
genseb13011
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
At temporal initialization (first launch), I'm facing an issue with postgreSQL database (used as persistence store)
create-default-store 2025-12-30T15:31:07.788Z ERROR Unable to create SQL database. {"error": "pq: permission denied to create database", "logging-call-at": "/home/runner/work/docker-builds/docker-builds/temporal/tools/sql/handler.go:69"}
stream closed: EOF for temporal-system/temporal-schema-1-dbdfq (create-default-store)
Indeed, The postgreSQL user role denies database creation (exactly what I want) but I've already created the database and the user is allow to create/alter table etc.
Is there a way to disable database creation as in previous version?
Beta Was this translation helpful? Give feedback.
All reactions