Hi all, I'm running SpiceDB on
# spicedb
m
These are the logs I see before the error:
Copy code
migrating postgres datastore
running migrations
SELECT version_num from alembic_version
unable to migrate to `head` revision: unable to compute migration list: unable to find migration for revision:
y
what version of SpiceDB is it?
m
I'm using authzed/spicedb:v1.29.5 but also tested 1.36.2 and got the same error
Never mind, I found the problem. The version_num column of table alembic_version was anonymized.
y
oh interesting 🤔 i haven't run into that issue before
j
"anonymized"? interesting
are you running something in front of the Postgres?
m
We run an anonymization process to use the database in sandbox environments
j
ah
19 Views