项目作者: sneako

项目描述 :
Utility functions to rename mnesia backups, allowing you to restore them on different nodes
高级语言: Elixir
项目地址: git://github.com/sneako/mnesia_restore.git
创建时间: 2019-09-17T14:47:57Z
项目社区:https://github.com/sneako/mnesia_restore

开源协议:

下载


MnesiaRestore

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

Installation

If available in Hex, the package can be installed
by adding mnesia_restore to your list of dependencies in mix.exs:

  1. def deps do
  2. [
  3. {:mnesia_restore, "~> 0.1.0"}
  4. ]
  5. end

Documentation can be generated with ExDoc
and published on HexDocs. Once published, the docs can
be found at https://hexdocs.pm/mnesia_restore.