Skip to content

Commit

Permalink
Merge pull request #6221 from dimagi/gh/data-dump/kafka-paths
Browse files Browse the repository at this point in the history
Specify that kafka/zookeeper paths may vary
  • Loading branch information
gherceg authored Feb 12, 2024
2 parents 1546a7d + a4713f3 commit df6aac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/reference/howto/wipe_persistent_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Issues with check_services
.. code-block::
$ cchq monolith service kafka stop
NOTE: The following paths may vary if you've specified different paths for ``kafka_data_dir`` and ``zookeeper_data_dir``
$ rm -rf /var/lib/zookeeper/*
$ rm -rf /opt/data/kafka/data/*
$ cchq monolith service kafka restart

0 comments on commit df6aac3

Please sign in to comment.