Closed
Bug 966095
Opened 11 years ago
Closed 11 years ago
please rename b2g28_v1_3 branch in graphs + graphs-staging
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mozilla, Assigned: bjohnson)
References
Details
I tried running
update branches set name='Mozilla-B2g28-v1.3' where name='Mozilla-B2g28_v1.3';
but don't have update perms.
I'd love to have this done by mid-day tomorrow (Friday Jan31) so I can verify the branch works properly before merge day (Monday).
Filed bug 966092 for the root cause.
Assignee | ||
Comment 1•11 years ago
|
||
Executed!
Thanks!
Assignee: server-ops-database → bjohnson
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 2•11 years ago
|
||
RyanVM poked me on IRC about this; I ran
mysql> INSERT INTO branches SET name="Mozilla-B2g28-v1.3-Non-PGO";
Query OK, 1 row affected (0.22 sec)
Based on the error of:
No branch_id for a branch_name 'Mozilla-B2g28-v1.3-Non-PGO' can be found"
Comment 3•11 years ago
|
||
mysql> SELECT * from branches where name LIKE "%b2g28%";
+-----+----------------------------+
| id | name |
+-----+----------------------------+
| 221 | Mozilla-B2g28-v1.3 |
| 223 | Mozilla-B2g28-v1.3-Non-PGO |
+-----+----------------------------+
2 rows in set (0.09 sec)
Comment 4•11 years ago
|
||
:callek - thanx! Was that on staging or production that you fixed it? Also, is everything correct now?
Reporter | ||
Comment 5•11 years ago
|
||
I think comment 2 was a[n additional] failure on my part in bug 920316.
Comment 6•11 years ago
|
||
Thanx for owning up (and makes sense, original request was to change the name, 2nd comment was to add something). Sounds like everything's all set, is that right? (want to make sure you have what you need!)
Reporter | ||
Comment 7•11 years ago
|
||
We're still verifying, but hopefully that's it.
Updated•10 years ago
|
Product: mozilla.org → Data & BI Services Team
You need to log in
before you can comment on or make changes to this bug.
Description
•