-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #424 from rhelmer/stage
bug 733931 - add breakpad schema and roles for 2.5
- Loading branch information
Showing
2 changed files
with
13,435 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'; | ||
|
Oops, something went wrong.