Skip to content

Commit

Permalink
Migrate rsm data and database
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Nov 22, 2024
1 parent 48e8de5 commit 0170c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-backup-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
shell: bash
run: |
export PGSSLMODE=require
pg_dump -Fc -v -E utf8 --clean --compress=1 --if-exists --no-owner --host=${{ env.POSTGRES_SERVER_HOST_NAME }} --port=5432 --username=${{ steps.get_infrastructure_secrets.outputs.POSTGRES_ADMIN_USERNAME }} --dbname=${{ env.POSTGRES_DATABASE_NAME }} -f ${{ env.BACKUP_FILE_NAME }}.sql.gz
pg_dump -E utf8 --clean --compress=1 --if-exists --no-owner --verbose --host=${{ env.POSTGRES_SERVER_HOST_NAME }} --port=5432 --username=${{ steps.get_infrastructure_secrets.outputs.POSTGRES_ADMIN_USERNAME }} --dbname=${{ env.POSTGRES_DATABASE_NAME }} -f ${{ env.BACKUP_FILE_NAME }}.sql.gz
# - name: Run PG Dump
# shell: bash
# run: |
Expand Down

0 comments on commit 0170c3a

Please sign in to comment.