Hi folks! We're running the spicedb-
# spicedb
s
Hi folks! We're running the spicedb-operator (v1.16.1) and I'm trying to spin up a SpiceDBCluster (v1.33.1, with postgres). The spicedb migration job is failing with an error
ERROR: relation "alembic_version" does not exist (SQLSTATE 42P01)
. I checked the db and no table has been created so far. I'm assuming the
alembic_version
table would also be created as part of the migration, but that seems to have been skipped somehow. Any pointers on debugging this?
e
hm, can you get the spec of the job that it tries to create?
Hmm the fact that we're using pgbouncer could be causing this. Just found this https://github.com/authzed/spicedb/issues/1992
Looks like it was addressed in v.1.35.0 last month, and the issue has a workaround listed as well
v
It should be addressed in 1.35.2
45 Views