Skip to main content

Migrate Redmine data from SQLite to Postgres with consistent type conversion.

Project description

https://travis-ci.org/2nd/redmine_migrator.png

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


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)

Uploaded Source

Built Distributions

redmine_migrator-0.2-py3.2.egg (7.5 kB view hashes)

Uploaded Source

redmine_migrator-0.2-py2.7.egg (7.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page