From 70fb97ba4b7e9a51a41b2845332d8cd7bd6994ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Kar=C3=A9kinian?= Date: Wed, 27 Mar 2019 10:35:12 +0100 Subject: [PATCH] Add the admin_update_sql module This allows to upgrade from the old database schema to the new one that works for multiple virtual hosts: https://blog.process-one.net/ejabberd-18-03/ ejabberdctl update_sql --- site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb index 583a205..45e0428 100644 --- a/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb +++ b/site-cookbooks/kosmos-ejabberd/templates/ejabberd.yml.erb @@ -161,6 +161,7 @@ acme: modules: mod_adhoc: {} mod_admin_extra: {} + mod_admin_update_sql: {} mod_announce: access: announce mod_avatar: {}