Skip to content

Commit

Permalink
remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld committed Sep 13, 2023
1 parent 1942c71 commit c20e2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Because of the reporting schema update and new web-ui topics introduction, it is

1. Upgrade the codebase based on the below details.
2. **Stop** the consumer materializing Web-UI. Unless you are running a Web-UI dedicated consumer as recommended [here](https://karafka.io/docs/Web-UI-Development-vs-Production/), you will have to stop all the consumers. This is **crucial** because of schema changes. `karafka-web` `0.7.0` introduces the detection of schema changes, so this step should not be needed in the future.
3. Run a migration command: `bundle exec karafka-web migrate` that will create missing states and missing topics.
3. Run a migration command: `bundle exec karafka-web migrate` that will create missing states and missing topics. You **need** to run it for each of the environments where you use Karafka Web UI.
4. Deploy **all** the Karafka consumer processes (`karafka server`).
5. Deploy the Web update to your web server and check that everything is OK by visiting the status page.

Expand Down

0 comments on commit c20e2af

Please sign in to comment.