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
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
---
|
||||
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
|
||||
Reference in New Issue
Block a user