holos-run / holos

Holos - The Holistic platform manager
https://holos.run
Apache License 2.0
19 stars 0 forks source link

Migration Job #204

Closed jeffmccune closed 3 months ago

jeffmccune commented 3 months ago

Holos server with pgbouncer gives an error:

{
  "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.