Skip to main content

CLI tool to support migration from DSW 2.X to DSW 3.0

Project description

dsw2to3

CLI tool to support data migration from DSW 2.14 to DSW 3.0

Usage

Prerequisites

  • DSW 3.0
  • MongoDB (with DSW 2.14 data)
  • PostgreSQL (with initial DSW 3.0 structure)
  • S3 storage (e.g. Minio)
  • Python 3.6+ (recommended to use virtual environment)

The machine where you are going to execute the migration tool must have access to MongoDB, PostgreSQL, and S3 storage. See examples/docker-compose.yml for reference.

You need to run DSW 3.0 at least once before the data migration, so it initializes your PostgreSQL database (it will create tables and initial data). You can try to log-in with the default user to check if it is initialized correctly.

Don't hesitate to consult with us if unclear.

Installation

You can install the tool using PyPI:

$ python -m venv env
$ . env/bin/activate
(env) $ pip install dsw2to3
...
(env) $ dsw2to3 --help

Or using this repository:

$ git clone https://github.com/ds-wizard/dsw2to3.git
$ python -m venv env
$ . env/bin/activate
(env) $ pip install .
...
(env) $ dsw2to3 --help

Important notes

  • Migration tool must have access to MongoDB database (data source), PostgreSQL database and S3 storage (target). It needs to be configured in config.yml. During the migration (e.g. from DSW or other tool), the data must not change to avoid inconsistency.
  • Migration tool does not make any changes in MongoDB, it only reads data from there.
  • Migration tool checks if target PostgreSQL database is in expected state (after fresh installation of DSW 3.0).
  • Migration tool initially deletes all data from PostgreSQL database before migrating to avoid duplication and inconsistency (for regular use it just removes the default data, e.g., default users).
  • Migration tool initially deletes all objects in configured S3 bucket. If the bucket does not exist, it tries to create a new one.
  • Migration tool migrates data from MongoDB to PostgreSQL in expected way for DSW as well as from MongoDB (GridFS) to S3 storage.
  • You can run the tool with --dry-run to check what it will do. During dry run, nothing is deleted, changed, or added (no SQL transactions are committed).

Steps

  1. Prepare config.yml for the migration based on your setup (see config.example.yml)
  2. Stop DSW in order to prevent changes in data during the migration
  3. Run dsw2to3 -c path/to/config.yml --dry-run to see how it will work with your configuration
  4. Run dsw2to3 -c path/to/config.yml (see dsw2to3 --help for more options)
  5. After migration, run DSW 3.0 and check the migrated data
  6. Archive data from MongoDB (e.g. using mongodump)
  7. Clean up your deployment (get rid of unused services and configuration files)

In case of error during the migration, follow the details from logs. You can run it with --best-effort flag that will skip errors (just log them out).

Questions and Discussion

If anything is unclear, or you need help, let us know via issue in this repository.

License

This project is licensed under the Apache License v2.0 - see the LICENSE file for more details.

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

dsw2to3-0.1.3.tar.gz (18.4 kB view details)

Uploaded Source

Built Distribution

dsw2to3-0.1.3-py3-none-any.whl (26.4 kB view details)

Uploaded Python 3

File details

Details for the file dsw2to3-0.1.3.tar.gz.

File metadata

  • Download URL: dsw2to3-0.1.3.tar.gz
  • Upload date:
  • Size: 18.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1

File hashes

Hashes for dsw2to3-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3d86bb6da53044de157885e8d53f7ddcf365e249ebd3ca97869e42a106a793c5
MD5 e1141bc48989633f0d0ef86d777602a1
BLAKE2b-256 958ef9b6e9db6e7198d9a56b74aad58788c90b77bff27646ebe749115a36c630

See more details on using hashes here.

File details

Details for the file dsw2to3-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: dsw2to3-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 26.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.1

File hashes

Hashes for dsw2to3-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 5e22fd50b9d335bb0253b8d9bd6b02ac39665fd1c6f08adebdc14ca4de974de6
MD5 9e935f1d27bde7af081d1c514267cab4
BLAKE2b-256 19068072011d8d8bb52976d7bd39103932421927cb6ce71ba1e1b9dbb97da0a2

See more details on using hashes here.

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