zuul/releasenotes/notes/delete-state-required-d9cd24d61d659278.yaml
Clark Boylan 9a2fd432f1 Add an upgrade release note for delete-state
Older epehemeral zk state is not compatible with current zuul.
Add a release note indicating that users must run delete-state
when upgrading.

Change-Id: Ic62243279b070236ceb70fc779b6314ac7b39aa7
2021-12-09 10:44:21 -08:00

12 lines
519 B
YAML

---
upgrade:
- |
Users upgrading from previous versions of zuul will need to run
``zuul delete-state`` to delete Zuul's ephemeral state from
Zookeeper. The ephemeral state produced by older versions of zuul
is not compatible with this release. This command should be run while
all Zuul services are stopped to prevent writes to the Zookeeper
database. More information on this command can be found in the
documentation:
https://zuul-ci.org/docs/zuul/reference/client.html#delete-state