Closed
Bug 1335151
Opened 9 years ago
Closed 9 years ago
Update Treeherder RO replica MySQL GRANTS for new SETA table
Categories
(Tree Management :: Treeherder: Infrastructure, defect, P2)
Tree Management
Treeherder: Infrastructure
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
Need to update:
https://treeherder.readthedocs.io/admin.html#direct-database-access
And the redash/activedata users.
Comment 1•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Attachment #8831791 -
Flags: review?(cdawson)
| Assignee | ||
Comment 2•9 years ago
|
||
The only new addition was the seta_jobpriority table, so I've the GRANTs for it already:
GRANT SELECT ON treeherder.seta_jobpriority to 'redash' REQUIRE SSL;
GRANT SELECT ON treeherder.seta_jobpriority to 'activedata' REQUIRE SSL;
The redash instance refreshes the tables list every 30 minutes, which has just occurred, so the table is now accessible there.
Comment 3•9 years ago
|
||
Comment on attachment 8831791 [details] [review]
[treeherder] mozilla:update-grants-seta > mozilla:master
LGTM: The tests had failed once, but I re-ran them and it all looks good. :)
Attachment #8831791 -
Flags: review?(cdawson) → review+
Comment 4•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/b05967e2265ae6a434882f734ebb2df5871cbd67
Bug 1335151 - Docs: Update read-only replica GRANTs for new SETA table
Also removes `task_set_meta` from the exclusion list, since that table
no longer exists.
| Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•