An open API service indexing awesome lists of open source software.

https://github.com/pgiraud/osmtm_migration_v2_v3

Tasking Manager V2 to V3 migration scripts
https://github.com/pgiraud/osmtm_migration_v2_v3

Last synced: 12 months ago
JSON representation

Tasking Manager V2 to V3 migration scripts

Awesome Lists containing this project

README

          

osmtm_v2_migration
==================

Script to migrate HOT Tasking Manager v2 data to v3

Usage
-----

Activate the v3 virtual env:

```
source /path/to/tasking/manager/venv/bin/activate
```

Then you can use the migration script as follows:

```
python migrate.py postgresql://tm2user:pwd@localhost/tm2db postgresql://tm3user:pwd@localhost/tm3db
```