{"id":16418903,"url":"https://github.com/sneako/mnesia_restore","last_synced_at":"2026-05-15T21:37:56.705Z","repository":{"id":133415015,"uuid":"209081285","full_name":"sneako/mnesia_restore","owner":"sneako","description":"Utility functions to rename mnesia backups, allowing you to restore them on different nodes","archived":false,"fork":false,"pushed_at":"2019-10-22T20:52:26.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T11:36:21.082Z","etag":null,"topics":["elixir","erlang","mnesia"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sneako.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-09-17T14:47:57.000Z","updated_at":"2019-10-22T20:53:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e339c0d-384b-4869-bfbf-5b7c820e423b","html_url":"https://github.com/sneako/mnesia_restore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sneako/mnesia_restore","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fmnesia_restore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fmnesia_restore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fmnesia_restore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fmnesia_restore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sneako","download_url":"https://codeload.github.com/sneako/mnesia_restore/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sneako%2Fmnesia_restore/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265716306,"owners_count":23816354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","erlang","mnesia"],"created_at":"2024-10-11T07:15:18.963Z","updated_at":"2026-05-15T21:37:56.676Z","avatar_url":"https://github.com/sneako.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MnesiaRestore\n\nWhen 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.\n\nThis library provides some helper functions to help you rename mnesia backups. \n\nAdapted from the [Mnesia User's Guide](http://erlang.org/documentation/doc-5.8.1/lib/mnesia-4.4.15/doc/html/Mnesia_chap7.html#id74479)\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `mnesia_restore` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:mnesia_restore, \"~\u003e 0.1.0\"}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/mnesia_restore](https://hexdocs.pm/mnesia_restore).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneako%2Fmnesia_restore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsneako%2Fmnesia_restore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsneako%2Fmnesia_restore/lists"}