Skip to content

joshourisman/Adamanteus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adamanteus

Adamanteus is a python tool to provide advanced options for backing up your databases in a simple manner.

Requirements

The following libraries are required:

- mercurial (1.5.x only; adamanteus <= 0.5.1 does not support mercurial >= 1.6)

The following libraries are optional:

- pymongo (provides support for non-binary MongoDB dumps)

Usage

adamanteus BACKEND [action] -d DATABASE [-r repository] [-u username] [-p password] [-m remote_repo] [-f input_file]

Currently supported database backends are:

  1. MongoDB
  2. MySQL
  3. PostgreSQL

Currently supported actions are: 1. dump 2. load1

Future Plans

  1. Restoring from versioned backup
  2. Automated cloning/pushing/pulling of backup repository.
  3. Integration with Django as a management command.

  1. The load action is currently only implemented for the PostgreSQL database backend. It also requires you to manually specify the specific file to load from and does not yet integrate directly with version control.