From 607bfafe36c62f7fe58d145d554b71e9217e9db5 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 1 Nov 2023 19:02:02 +0100 Subject: migrator: Update default config template with new stores * mod_authz_internal adds account_roles * mod_cron has its state * mod_smacks also has some non-critical state --- tools/migration/migrator.cfg.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/migration') diff --git a/tools/migration/migrator.cfg.lua b/tools/migration/migrator.cfg.lua index b81389b3..4291810f 100644 --- a/tools/migration/migrator.cfg.lua +++ b/tools/migration/migrator.cfg.lua @@ -3,6 +3,7 @@ local data_path = "../../data"; local vhost = { "accounts", "account_details", + "account_roles", "roster", "vcard", "private", @@ -12,12 +13,15 @@ local vhost = { "offline-archive", "pubsub_nodes-pubsub", "pep-pubsub", + "cron", + "smacks_h", } local muc = { "persistent", "config", "state", "muc_log-archive", + "cron", }; input { -- cgit v1.2.3