From d9fd3b22e3bdab7159f108123820edd28e20be4e Mon Sep 17 00:00:00 2001 From: Michael Maurizi Date: Tue, 26 Jun 2018 11:33:31 -0400 Subject: [PATCH] Fix copy/paste typo --- deployment/single_city_ingest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/single_city_ingest.md b/deployment/single_city_ingest.md index 5ebfb506..5267b5ec 100644 --- a/deployment/single_city_ingest.md +++ b/deployment/single_city_ingest.md @@ -126,7 +126,7 @@ Once you've verified in Papertrail that the ingest is complete, you should turn After finishing the ingest, revert the `dbproduction` RDS instance in the AWS Console to `db.t2.medium` and change the DB parameter group to `dbproduction`. Remember to check the Papertrail logs to verify there is little/no usage of the application, as changing the database type will cause *a few minutes of downtime*. ## Generate Historical Data -From a shell in a production `cc-api` Docker container, run the `create_jobs` management command for every dataset and scenario you want to ingest. +From a shell in a production `cc-api` Docker container, run the `generate_historic` management command. ```shell $ ssh climate-production-bastion