mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-05 22:52:46 +00:00
docs(10006): clarify required crdb versions (#7012)
This commit is contained in:
parent
302b4b90d4
commit
060b4ab2f0
@ -12,6 +12,8 @@ Date: Calendar week 41/42 2023
|
||||
|
||||
Versions >= 2.39.0 require the cockroach database user of ZITADEL to be granted to the `VIEWACTIVITY` grant. This can either be reached by grant the role manually or execute the `zitadel init` command.
|
||||
|
||||
Cockroach versions 22.2 < 22.2.11 and 23.1 < 23.1.4 will fail the migration. Please make sure to upgrade to more recent versions first. ZITADEL recommends to use the latest stable version of Cockroachdb.
|
||||
|
||||
## Statement
|
||||
|
||||
To query correct order of events the cockroach database user of ZITADEL needs additional privileges to query the `crdb_internal.cluster_transactions`-table
|
||||
@ -20,6 +22,8 @@ To query correct order of events the cockroach database user of ZITADEL needs ad
|
||||
|
||||
Before migrating to versions >= 2.39.0 make sure the cockroach database user has sufficient grants.
|
||||
|
||||
Cockroachdb version is up to date.
|
||||
|
||||
## Impact
|
||||
|
||||
If the user doesn't have sufficient grants, events won't be updated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user