mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Explicitly skip useless ejabberd 2.0* mnesia tables when restoring backup
Reference: http://www.ejabberd.im/node/4867
This commit is contained in:
parent
900b013658
commit
917d1be994
@ -427,8 +427,12 @@ restore_mnesia(Path) ->
|
||||
%% mod_configure/adhoc
|
||||
restore(Path) ->
|
||||
mnesia:restore(Path, [{keep_tables,keep_tables()},
|
||||
{skip_tables, skip_tables()},
|
||||
{default_op, skip_tables}]).
|
||||
|
||||
skip_tables() ->
|
||||
[disco_publish,user_caps,user_caps_resources].
|
||||
|
||||
%% This function return a list of tables that should be kept from a previous
|
||||
%% version backup.
|
||||
%% Obsolete tables or tables created by module who are no longer used are not
|
||||
|
Loading…
Reference in New Issue
Block a user