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

Commit

Permalink
explicitly list services to be stopped before loading DB
Browse files Browse the repository at this point in the history
  • Loading branch information
rhelmer committed Oct 19, 2011
1 parent ba912f5 commit cc8574e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ LOADING DATA

If you have access to an existing Socorro database snapshot, you can load it like so:

# shut down database users
sudo /etc/init.d/supervisor force-stop
sudo /etc/init.d/apache stop

# drop old db and load snapshot
sudo su - postgres
dropdb breakpad
createdb -E 'utf8' -l 'en_US.utf8' -T template0 breakpad
Expand Down

0 comments on commit cc8574e

Please sign in to comment.