Utility functions to rename mnesia backups, allowing you to restore them on different nodes
When you take a backup of your mnesia database using the built in :mnesia.backup/1
function, you will not be able to load this backup on a different node, unless you first rename the backup.
This library provides some helper functions to help you rename mnesia backups.
Adapted from the Mnesia User’s Guide
If available in Hex, the package can be installed
by adding mnesia_restore
to your list of dependencies in mix.exs
:
def deps do
[
{:mnesia_restore, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/mnesia_restore.