Migrate Redmine data from SQLite to Postgres with consistent type conversion.
Project description
Migrate Redmine data from SQLite to Postgres with consistent type conversion.
Installation
$ pip install redmine_migrator
Development version
$ virtualenv ~/venv/migrator
$ source ~/venv/migrator/bin/activate
$ git clone https://github.com/2nd/redmine_migrator.git ~/projects/migrator
$ cd ~/projects/migrator
$ python setup.py develop
Tests
$ python setup.py nosetests
Usage
$ redmine_migrator -h
usage: redmine_migrator [-h] [-v] sqlite_url postgres_url
Migrate Redmine data from SQLite to Postgres
positional arguments:
sqlite_url SQLite source URL
postgres_url Postgres target URL
optional arguments:
-h, --help show this help message and exit
-v, --verbose increase output verbosity
Example
$ redmine_migrator sqlite:////path/to/sqlite_redmine.db postgresql+psycopg2://user:password@:port/dbname?host=/var/run/postgresql
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
redmine_migrator-0.2.tar.gz
(5.0 kB
view hashes)