fruncini
11/14/2023, 12:48 PMalembic_version
table while we’re publishing updates. ERROR: cannot update table \"alembic_version\" because it does not have a replica identity and publishes updates (SQLSTATE 55000)
.
We’ve identified some solutions, either setting replica identity to full for alembic_version
, or stopping publishing this table, with the second option looking favourable as we didn’t want to alter the spicedb schema.
However we still wanted to ask whether there’s a reason that alembic_version
doesn’t have a primary key, and have you encountered this problem before?vroldanbet
11/14/2023, 1:06 PMgh-ost
design choices: https://github.com/authzed/spicedb/blob/334c7493f20c32975a58021c875943e42219f7f5/internal/datastore/mysql/migrations/zz_migration.0001_initial_schema.go#L6-L8vroldanbet
11/14/2023, 1:06 PMalembic_version
on the PG datastore?Joey
11/14/2023, 2:15 PMJoey
11/14/2023, 2:16 PMJoey
11/14/2023, 2:17 PMJake
11/14/2023, 3:11 PMfruncini
11/15/2023, 8:23 AMThomas
11/22/2023, 3:41 PM