From 12363cec4adc700558a5e45189a3df6a3858a334 Mon Sep 17 00:00:00 2001 From: Serge Tupchii Date: Tue, 18 Jun 2024 18:22:51 +0300 Subject: [PATCH] chore: add changelog --- changes/ce/fix-13293.en.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ce/fix-13293.en.md diff --git a/changes/ce/fix-13293.en.md b/changes/ce/fix-13293.en.md new file mode 100644 index 000000000..0d5734e4c --- /dev/null +++ b/changes/ce/fix-13293.en.md @@ -0,0 +1,4 @@ +- Automatically re-index imported retained messages during restoring a data backup file. Previously, it was needed to manually trigger re-indexing with `emqx ctl retainer reindex start` CLI + after the data backup file is imported. + +- Allow exporting retained messages to a backup file if the configured storage_type (`retainer.backend.storage_type`) is `ram`. Previously, retained messages could be exported only if `disc` storage_type was configured.