Skip to content

Commit

Permalink
bug 869270 - make sure the postgres roles are mentioned
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed May 9, 2013
1 parent e9b9dbf commit 8a0f04f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ Populate PostgreSQL Database
Load the Socorro schema
-------------------

Before loading the schema, make sure to load the roles required for Socorro.
You should edit change the passwords, for a production install.
::
psql -f sql/roles.sql

Load the Socorro schema
::
./socorro/external/postgresql/setupdb_app.py --database_name=breakpad
Expand Down

0 comments on commit 8a0f04f

Please sign in to comment.