Remove not_exist_already node from mnesia cluster(scheme)

前端 未结 1 628
滥情空心
滥情空心 2020-12-29 18:56

I have a bad node (it doesn\'t exist) in the mnesia cluster data when I get:

> mnesia:system_info(db_nodes)
[bad@node, ...]

How do I rem

相关标签:
1条回答
  • 2020-12-29 19:32

    I had a similar problem years ago. What you are trying to do is remove an offline node, which as far as I am aware was impossible in earlier versions of mnesia.

    You can however connect to the cluster using a dummy node named bad@node, and started with a tweaked system.config of the original clustered node. Once its online remove from the cluster.

    0 讨论(0)
提交回复
热议问题