453 B
453 B
-
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
) isram
. Previously, retained messages could be exported only ifdisc
storage_type was configured.