ejabberd - Comments for "Ejabberd-docker with MySQL only storing users" https://www.ejabberd.im/forum/25366/ejabberd-docker-mysql-only-storing-users en That did it! Thanks a bunch! https://www.ejabberd.im/forum/25366/ejabberd-docker-mysql-only-storing-users#comment-66567 <p>That did it! Thanks a bunch!</p> Wed, 10 Feb 2016 12:34:18 +0000 trudin comment 66567 at https://www.ejabberd.im Looking at the default https://www.ejabberd.im/forum/25366/ejabberd-docker-mysql-only-storing-users#comment-66566 <p>Looking at the default configuration in the link you mentioned:<br /> <noindex><a href="https://github.com/rroemhild/docker-ejabberd/blob/master/conf/ejabberd.yml.tpl" title="https://github.com/rroemhild/docker-ejabberd/blob/master/conf/ejabberd.yml.tpl" rel="nofollow" >https://github.com/rroemhild/docker-ejabberd/blob/master/conf/ejabberd.y...</a></noindex></p> <p>You can see that the modules don't have their backend configured. As example, see mod_roster, you should add a db_type: odbc to it. See <a href="https://docs.ejabberd.im/admin/guide/configuration/#modroster" title="https://docs.ejabberd.im/admin/guide/configuration/#modroster">https://docs.ejabberd.im/admin/guide/configuration/#modroster</a></p> <p>Example:</p> <pre> modules: ... mod_roster: db_type: odbc ... </pre> Wed, 10 Feb 2016 11:27:29 +0000 badlop comment 66566 at https://www.ejabberd.im