Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Fix copy/paste typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizi authored and ddohler committed Aug 21, 2023
1 parent 3e0da55 commit d9fd3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/single_city_ingest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9fd3b2

Please sign in to comment.