Skip to content

Commit

Permalink
Merge pull request #424 from rhelmer/stage
Browse files Browse the repository at this point in the history
bug 733931 - add breakpad schema and roles for 2.5
  • Loading branch information
lonnen committed Mar 8, 2012
2 parents 7b66b08 + 8b9436a commit 2cf3b9c
Show file tree
Hide file tree
Showing 2 changed files with 13,435 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sql/schema/2.5/breakpad_roles.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
CREATE USER breakpad WITH PASSWORD 'aPassword';
CREATE USER breakpad_metrics WITH PASSWORD 'aPassword';
CREATE USER breakpad_ro WITH PASSWORD 'aPassword';
CREATE USER breakpad_rw WITH PASSWORD 'aPassword';
CREATE USER monitor WITH PASSWORD 'aPassword';
CREATE USER monitoring WITH PASSWORD 'aPassword';
CREATE USER nagiosdaemon WITH PASSWORD 'aPassword';
CREATE USER postgres WITH PASSWORD 'aPassword';
CREATE USER processor WITH PASSWORD 'aPassword';
CREATE USER ganglia WITH PASSWORD 'aPassword';
CREATE USER analyst WITH PASSWORD 'aPassword';

Loading

0 comments on commit 2cf3b9c

Please sign in to comment.