Hi 👋 is it safe to update spiceDB from
# spicedb
d
Hi 👋 is it safe to update spiceDB from v 1.22.2 directly to v1.26? downtime acceptable, migrations will run. Just want to make sure there's no need to update to an intermediate version first.
v
depends on which datastore you are using
but yeah, w.r.t migrations, it will just run. Trying to determine if there is any changes to the dispatch API
d
postgres it is
v
yeah no changes on Dispatch API
d
Thanks 🙂
v
it all should happen without downtime. There is a migration for postgres in 1.26.0 tho https://github.com/authzed/spicedb/pull/1550
this should make GC happen way faster than it used to and cause less load on the PG instance
2 Views