Skip to content

Commit

Permalink
docs only - populate must come before weekly partitions cron is called
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Jan 8, 2013
1 parent 31f3a0f commit 9b8c2d1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ This is the binary which processes breakpad crash dumps into stack traces:
::
make minidump_stackwalk

Populate PostgreSQL Database
````````````
Refer to :ref:`populatepostgres-chapter` for information about
loading the schema and populating the database.

This step is *required* to get basic information about existing product names
and versions into the system.

Create partitioned reports_* tables
------------------------------------------
Socorro uses PostgreSQL partitions for the reports table, which must be created
Expand All @@ -176,14 +184,6 @@ Normally this is handled automatically by the cronjob scheduler
export PYTHONPATH=.
python socorro/cron/crontabber.py --job=weekly-reports-partitions --force

Populate PostgreSQL Database
````````````
Refer to :ref:`populatepostgres-chapter` for information about
loading the schema and populating the database.

This step is *required* to get basic information about existing product names
and versions into the system.

Run socorro in dev mode
````````````

Expand Down

0 comments on commit 9b8c2d1

Please sign in to comment.