At this point,
khepri_mnesia_migration
should be considered Alpha and not production ready. The API will likely evolve and future releases will likely introduce breaking changes. The goal of this release is to make it easy for anyone to try it and possibly give feedback.
What's new in khepri_mnesia_migration
0.7.1
This release ships a single bugfix: it strengthens the conditions required to repair a cluster after a node lost all its data. This avoids "false positive" where a node is added back to a cluster after a genuine removal.
See #24.
Download
khepri_mnesia_migration
0.7.1 is available from Hex.pm: https://hex.pm/packages/khepri_mnesia_migration/0.7.0
Upgrade
Using Rebar:
-
Update your
rebar.config
:%% In rebar.config {deps, [{khepri_mnesia_migration, "0.7.1"}]}.
-
Run
rebar3 upgrade khepri_mnesia_migration
.
Using Erlang.mk:
-
Update your
Makefile
:%% In your Makefile dep_khepri_mnesia_migration = hex 0.7.1
-
Remove the
deps/khepri_mnesia_migration
directory. The new version will be fetched the next time you build your project.
Documentation
The documentation for khepri_mnesia_migration
0.7.1 is available on Hex.pm.