Hi, how can I fix this problem: https://github.com...
# spicedb
b
Hi, how can I fix this problem: https://github.com/authzed/spicedb/issues/2091
Copy code
{
  "level": "warn",
  "datastoreReady": false,
  "time": "2024-10-12T22:17:04Z",
  "message": "datastore failed readiness checks: datastore is not migrated: currently at revision `add-rel-by-alive-resource-relation-subject`, but requires `create-relationships-counters-table`. 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"
}
I use the same version of the container for migration and for startup, but for some reason I get an error
22 Views