Hey! I'm trying to setup self hosting of SpiceDB c...
# spicedb
a
Hey! I'm trying to setup self hosting of SpiceDB connecting to my existing PostgresDB. I'm following the docs here for migration: https://authzed.com/docs/spicedb/concepts/datastore-migrations#spicedb-migration-tooling Got stuck on running migration, with error: "unable to migrate to
head
revision: unable to compute migration list: unable to find migration for revision: " And serve container logged the following: {"level":"warn","datastoreReady":false,"time":"2024-05-22T18:25:37Z","message":"datastore failed readiness checks: datastore is not migrated: currently at revision
77823e78e2a3
, but requires
add-rel-by-alive-resource-relation-subject
. Please run
spicedb migrate
. If you have previously run
TRUNCATE
, this database is no longer valid and must be remigrated. See: https://spicedb.dev/d/truncate-unsupported"} New to SpiceDB, apologize in advance if I missed any documentation.
122 Views