{
"time": "2024-07-16T16:35:52.54507682-07:00",
"level": "ERROR",
"msg": "could not execute",
"version": "0.87.2",
"code": "unknown",
"err": "sql/schema: create \"users\" table: ERROR: permission denied for schema public (SQLSTATE 42501)",
"loc": "cli.go:82"
}
Need a migration Job separate from automatic schema creation on start. The job should call holos server init separate from holos server called by the deployment.
Holos server with pgbouncer gives an error:
Need a migration Job separate from automatic schema creation on start. The job should call
holos server init
separate fromholos server
called by the deployment.