I'm using `datastoreEngine: postgres` with the k8s...
# spicedb
t
I'm using
datastoreEngine: postgres
with the k8s operator, but the initial migrate job the operator attempts fails with error message:
Copy code
unable to migrate to `head` revision: error executing migration `add-xid-columns`: ERROR: type "xid8" does not exist (SQLSTATE 42704)
on postgres 12.4. Any ideas? Thanks!
2 Views