Closed
Bug 935635
Opened 12 years ago
Closed 12 years ago
no new data on devdb since 2013-10-05
Categories
(Data & BI Services Team :: DB: MySQL, task)
Data & BI Services Team
DB: MySQL
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: mpressman)
References
Details
breakpad=> select max(date_processed) from reports;
max
-------------------------------
2013-10-05 21:25:21.372632+00
(1 row)
Updated•12 years ago
|
Assignee: server-ops-webops → server-ops-database
Component: WebOps: Socorro → Server Operations: Database
Product: Infrastructure & Operations → mozilla.org
QA Contact: nmaul → scabral
Assignee | ||
Updated•12 years ago
|
Assignee: server-ops-database → mpressman
Assignee | ||
Comment 1•12 years ago
|
||
this appears to be a byproduct of the extractMiniDB.py script as it failed after trying to dump a table that no longer exists. This was caught in bug https://bugzilla.mozilla.org/show_bug.cgi?id=934325.
Assignee | ||
Comment 2•12 years ago
|
||
reloading dev now
Assignee | ||
Comment 3•12 years ago
|
||
dev reload complete
breakpad:5432# select max(date_processed) from reports;
max
-------------------------------
2013-11-06 21:51:58.507212+00
(1 row)
Status: NEW → RESOLVED
Closed: 12 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
•