Closed
Bug 1408800
Opened 7 years ago
Closed 7 years ago
Production db dump doesn't contain any release data
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect, P1)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: bhearsum)
References
Details
Attachments
(1 file)
1.94 MB,
application/octet-stream
|
Details |
I grabbed https://balrog-public-dump-prod.s3.amazonaws.com/dump.sql.txt and got 81301417 bytes (hash 40a9be8f30b73f362c3d00fc484a1a1675a25c59, see attachment). After removing .cache and starting up Balrog there are rules but not releases.
$ grep 'INSERT INTO' prod_db_dump.sql | cut -c 1-80 | grep -v releases_history
INSERT INTO `dockerflow` VALUES (16);
INSERT INTO `rules` VALUES (1,300,'No-Update',100,'minor','Firefox',NULL,'nightl
INSERT INTO `rules_history` VALUES (1,'bhearsum@mozilla.com',1,NULL,NULL,NULL,NU
INSERT INTO `rules_history` VALUES (5609,'bhearsum@mozilla.com',344,95,'OSX-10.6
INSERT INTO `migrate_version` VALUES ('balrog','scripts/../auslib/migrate',29);
Doesn't appear to be truncated, so a regression from bug 1376331 ?
Assignee | ||
Comment 1•7 years ago
|
||
Looks like it. I'll get this fixed this week.
Assignee: nobody → bhearsum
Comment 2•7 years ago
|
||
Commit pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/7f39e8b7de445c4bc4ab85b69a12eaddc59a9d38
bug 1408800: Production db dump doesn't contain any release data (#428). r=nthomas
Assignee | ||
Comment 3•7 years ago
|
||
This fix hit production today - I'll have a look at the updated database dump tomorrow to make sure this is fixed.
Assignee | ||
Updated•7 years ago
|
Priority: -- → P1
Assignee | ||
Comment 4•7 years ago
|
||
The latest push almost worked - except for a one character typo that I fixed in https://github.com/mozilla/balrog/commit/0f26a49ed3f33cbdc4232a30815a7da270ae3704. That fix will go to prod next week.
Assignee | ||
Comment 5•7 years ago
|
||
This is fixed, finally.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•