Skip to content

Commit

Permalink
Update daprdocs/content/en/reference/components-reference/supported-s…
Browse files Browse the repository at this point in the history
…tate-stores/setup-etcd.md

Co-authored-by: Hannah Hunter <[email protected]>
Signed-off-by: Josh van Leeuwen <[email protected]>
  • Loading branch information
JoshVanL and hhunter-ms committed Jun 28, 2023
1 parent efb3468 commit 4a58c18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Dapr has 2 versions of the Etcd state store component: `v1` and `v2`. It is reco

While `v1` and `v2` have the same metadata fields, `v1` causes data inconsistencies in apps when using [Actor TTLs]({{< ref "actors_api.md#ttl" >}}) from Dapr v1.12.
`v1` and `v2` are incompatible with no data migration path for `v1` to `v2` on an existing active Etcd cluster and `keyPrefixPath`.
If you are using `v1`, you should continue to use `v1` until you create a new Etcd cluster or use a different `keyPrefixPath`, then use `v2`.
If you are using `v1`, you should continue to use `v1` until you create a new Etcd cluster or use a different `keyPrefixPath`.

## Spec metadata fields

Expand Down

0 comments on commit 4a58c18

Please sign in to comment.