* Anton Ivanov <[email protected]> [2019-03-15 15:35]:
> Can't restore backup from "/var/lib/ejabberd/restore.erl" at node
> '[email protected]': Table config does not exist.
To work around the issue, you could open an "ejabberdctl debug" shell on
the new node and run the following calls (including the trailing dots):
rd(config, {key, value}).
mnesia:create_table(config, [{disc_copies, [node()]}, {attributes,
record_info(fields, config)}]).
Press Ctrl+C twice to leave the shell, and then try restoring the backup
again.