Hi guys, another question: Is there a difference b...
# spicedb
t
Hi guys, another question: Is there a difference between
spicedb migrate head
and
spicedb datastore migrate head
? We used the first one on our staging environment (it worked), but it errored on the production enviroment. In production we got the following error:
Copy code
"level":"error","pgx":{"args":["add-tuned-gc-index","add-gc-covering-index"],"err":"ERROR: cannot update table \"alembic_version\" because it does not have a replica identity and publishes updates (SQLSTATE 55000)","pid":19264,"sql":"UPDATE alembic_version SET version_num=$1 WHERE version_num=$2","time":2.933066},"time":"2025-06-06T18:11:34Z","message":"Query"}
6 Views