Skip to content

Commit

Permalink
Merge pull request #1617 from NASA-AMMOS/fix/refine-migration-script
Browse files Browse the repository at this point in the history
Refine migration script
  • Loading branch information
Mythicaeda authored Jan 28, 2025
2 parents e92f98a + d887d9c commit ab573c3
Show file tree
Hide file tree
Showing 10 changed files with 444 additions and 144 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pgcmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
AERIE_PASSWORD=${AERIE_PASSWORD}
EOF
python -m pip install -r requirements.txt
python aerie_db_migration.py --apply --all
python aerie_db_migration.py migrate --apply --all
cd ..
- name: Clone PGCMP
uses: actions/checkout@v4
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
AERIE_PASSWORD=${AERIE_PASSWORD}
EOF
python -m pip install -r requirements.txt
python aerie_db_migration.py --revert --all
python aerie_db_migration.py migrate --revert --all
cd ..
- name: Dump Migrated Database
run: |
Expand Down
Loading

0 comments on commit ab573c3

Please sign in to comment.