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
- Host: GitHub
- URL: https://github.com/pgiraud/osmtm_migration_v2_v3
- Owner: pgiraud
- Created: 2017-05-11T08:11:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T21:23:10.000Z (about 9 years ago)
- Last Synced: 2025-01-14T02:32:07.423Z (over 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```