Skip to content

Commit

Permalink
Merge pull request #516 from dbca-wa/xzzy-patch-13
Browse files Browse the repository at this point in the history
Update migration_steps.md
  • Loading branch information
xzzy authored Jan 15, 2025
2 parents 8578bee + 55795f9 commit fb13d01
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions migration_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,19 @@ vi venv/lib/python3.12/site-packages/reversion/migrations/0001_squashed_0004_aut
./manage_ml.py loaddata mooringlicensing/fixtures/mooring_mooring_bay.json
./manage_ml.py loaddata mooringlicensing/fixtures/ml_fixtures.json
```

## Step 5 run migrations script

## Step 5 Run Migration Clean Script

Add environment variables
LOTUS_NOTES_PATH = Location of unclean migration data
MIGRATION_DATA_PATH = Output directory for cleaned migratrion data
![image](https://github.com/user-attachments/assets/583087a9-2719-495c-b8a6-70fa0473e260)


```
python manage_ml.py import_lotus_notes
```
## Step 6 run migrations script
```
python ./manage_ml.py ml_migration_script --path ~/datamigration/outpath04122024/ >> ~/datamigration/outpath04122024/migration_run_08012024.log 2>&1
Expand Down

0 comments on commit fb13d01

Please sign in to comment.