From bec7474227d11bafd169e70d6cb1db552d3c465e Mon Sep 17 00:00:00 2001 From: Phil Dominguez <“philip.dominguez@gsa.gov”> Date: Fri, 1 Dec 2023 09:42:46 -0500 Subject: [PATCH] Readme tweak --- backend/census_historical_migration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/census_historical_migration/README.md b/backend/census_historical_migration/README.md index 170a48f7b6..099d2ee6d0 100644 --- a/backend/census_historical_migration/README.md +++ b/backend/census_historical_migration/README.md @@ -67,7 +67,7 @@ To migrate dbkeys for a given year with pagination: ``` docker compose run --rm web python manage.py run_paginated_migration --year 2022 \ - --batchSize 1000 + --page_size 1000 --pages 0, 3, 4 ``` - `batchSize` and `pages` are optional. The script will use default values for these if they aren't provided.