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 21, 2024
1 parent 83dc3cb commit 41c6c65
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 @@ -39,7 +39,7 @@ jobs:
echo "RUNNER_IP=$(curl ifconfig.me)" >> $GITHUB_ENV
source global_config/${{ inputs.environment }}.sh
resource_prefix=$(jq -r '.resource_prefix' ${tf_vars_file})
resource_prefix=${resource_prefix//-/}
resource_prefix="${resource_prefix//-/}""
echo "BACKUP_STORAGE_GROUP="${resource_prefix}rsmdbbackup${CONFIG_SHORT}" >> $GITHUB_ENV
- name: Set postgres environment variables
Expand Down

0 comments on commit 41c6c65

Please sign in to comment.