[erlang-questions] Removing mnesia cluster node while mnesia is offline

Francesco Mazzoli f@REDACTED
Tue Jul 3 16:08:03 CEST 2012


It seems that you can delete the node schema while mnesia is offline
(via `mnesia:delete_schema/2').

This makes it possible to uncluster the node while offline, and then
re-cluster with the correct nodes afterwards.

--
Francesco * Often in error, never in doubt



More information about the erlang-questions mailing list