Closed
Bug 1434301
Opened 8 years ago
Closed 8 years ago
Access to Treeherder's production RO replica database
Categories
(Tree Management :: Treeherder: Infrastructure, enhancement, P1)
Tree Management
Treeherder: Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: igoldan, Assigned: emorley)
References
Details
I need a new database user configured for Treeherder's production database.
I only need read rights. Reason: I'm doing full stack on Perfherder and require perf alert data from that database, to be able to test locally.
The configuration steps mentioned here [1] would do just fine for me.
[1] https://github.com/mozilla/treeherder/blob/master/docs/admin.rst
| Assignee | ||
Comment 1•8 years ago
|
||
I've created an account with read-only permissions and sent the credentials to you separately.
To use them export the updated DATABASE_URL inside Vagrant using something like:
`export DATABASE_URL='mysql://USER:PASSWORD@treeherder-prod-ro.REDACTED.us-east-1.rds.amazonaws.com/treeherder'`
...then to reset either log out/in of vagrant, or else run `source vagrant/env.sh`.
Assignee: nobody → emorley
Status: NEW → RESOLVED
Closed: 8 years ago
Priority: -- → P1
Resolution: --- → FIXED
| Assignee | ||
Updated•8 years ago
|
Summary: Access to Treeherder's production database → Access to Treeherder's production RO replica database
You need to log in
before you can comment on or make changes to this bug.
Description
•