Skip to content

Commit

Permalink
FIX v1 script path in rds import-dump
Browse files Browse the repository at this point in the history
  • Loading branch information
snim2 committed Nov 22, 2024
1 parent 7bc7425 commit 5a3c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rds/v1/import-dump
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ esac

echo "Uploading $DB_DUMP_FILE ..."

"$APP_ROOT/bin/ecs/file-upload" -i "$INFRASTRUCTURE_NAME" -e "$ENVIRONMENT" -s "$DB_DUMP_FILE" -t "/tmp/$(basename "$DB_DUMP_FILE")" -I "$ECS_INSTANCE_ID"
"$APP_ROOT/bin/ecs/v1/file-upload" -i "$INFRASTRUCTURE_NAME" -e "$ENVIRONMENT" -s "$DB_DUMP_FILE" -t "/tmp/$(basename "$DB_DUMP_FILE")" -I "$ECS_INSTANCE_ID"

echo "==> Uploading complete!"

Expand Down

0 comments on commit 5a3c46f

Please sign in to comment.