Skip to content

3.1.0 Upgrade Guide

Brent Moen edited this page Jan 10, 2020 · 1 revision

A new index has been added to the message metadata table for each channel to improve queue performance . Channels created in 3.1.0 will automatically create this index, but existing channels will need to have the index created manually:

  1. Stop all channels that require the index
  2. Navigate to Settings > Database Tasks
  3. Select the "Add Metadata Index" task
  4. Click Run Task

If you do not see the "Add Metadata Index" task, then the index already exists for all of your channels and there is no action needed. If the task fails to add the index for all of your channels, ensure that the remaining affected channels are stopped or undeployed and run the task again.

Ensure you have enough disk space before adding the new index. The index will require roughly 45 megabytes of disk space per connector for every million messages currently stored in the database. It may take some time depending on how many messages are currently stored, so it is recommended to schedule some downtime for adding the index.

Clone this wiki locally