Closed
Bug 695994
Opened 14 years ago
Closed 14 years ago
Please run this sql on production and staging graphserver database
Categories
(Data & BI Services Team :: DB: MySQL, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jhford, Assigned: ashish)
References
Details
Attachments
(1 file)
|
6.82 KB,
text/plain
|
Details |
Please run the attached sql on the production and staging graphserver.
Please also run *only on staging*:
insert into machines values (NULL,22,0,"2.4","lion-testing1",1,unix_timestamp());
insert into machines values (NULL,22,0,"2.4","lion-testing2",1,unix_timestamp());
insert into machines values (NULL,22,0,"2.4","lion-testing3",1,unix_timestamp());
These are temporary machines that I don't plan to ever put into production.
Updated•14 years ago
|
Assignee: server-ops-database → mpressman
Comment 1•14 years ago
|
||
graphserver.sql ran on staging and prod successfully
additional three inserts from bug description ran on staging successfully
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•14 years ago
|
||
I am still having machines complaining about the three lion-testingX machines.
RETURN:send failed, graph server says:
RETURN:No machine_name called 'lion-testing1' can be found
Can you please verify that these machines were added to the graphs staging db?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Updated•14 years ago
|
Assignee: mpressman → server-ops-database
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops-database → ashish
| Assignee | ||
Comment 3•14 years ago
|
||
Oddly, stage never had the corresponding rows. Redid sourcing the sql. Verified with :jhford on irc.
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Resolution: --- → FIXED
Updated•11 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
•