From 4b7fd9c34b716d33f07e180713715073e17bceb1 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:30:12 -0600 Subject: [PATCH 1/2] Update docs/operations/data_migration.md Co-authored-by: Neil MartinsenBurrell --- docs/operations/data_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/data_migration.md b/docs/operations/data_migration.md index 6a42962e8..3821b0029 100644 --- a/docs/operations/data_migration.md +++ b/docs/operations/data_migration.md @@ -207,7 +207,7 @@ This will allow Docker to mount the files to a container (under `/app`) for our - Open a terminal and navigate to `src/` -*You are now ready to run migration scripts (see "Running the Migration Scripts")* +*You are now ready to run migration scripts.* ## Transition Domains (Part 2) - Running the Migration Scripts From 997f0c88386da0c8ca4fb31f5903c67172d8b228 Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Thu, 2 Nov 2023 12:30:35 -0600 Subject: [PATCH 2/2] Update docs/operations/data_migration.md Co-authored-by: Neil MartinsenBurrell --- docs/operations/data_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/operations/data_migration.md b/docs/operations/data_migration.md index 3821b0029..2dd00a39f 100644 --- a/docs/operations/data_migration.md +++ b/docs/operations/data_migration.md @@ -215,7 +215,7 @@ This will allow Docker to mount the files to a container (under `/app`) for our ### STEP 1: Load Transition Domains -Run the following command, making sure the filepaths point to the right location. This will parse the three given files and load the information into the TransitionDomain table. (NOTE: If working in the sandbox, change "/app/tmp" to point to the sandbox directory) +Run the following command, making sure the file paths point to the right location. This will parse the three given files and load the information into the TransitionDomain table. (NOTE: If working in cloud.gov, change "/app/tmp" to point to the `migrationdata/` directory) ```shell docker compose run -T app ./manage.py load_transition_domain /app/tmp/escrow_domain_contacts.daily.gov.GOV.txt /app/tmp/escrow_contacts.daily.gov.GOV.txt /app/tmp/escrow_domain_statuses.daily.gov.GOV.txt --debug ```