Closed Bug 1314064 Opened 8 years ago Closed 8 years ago

Please change sunset date for Firefox 47.0 and Firefox 47.0.1

Categories

(Socorro :: Webapp, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: lizzard, Assigned: peterbe)

References

Details

I would like the sunset dates for Firefox 47.0 and Firefox 47.0.1 to be changed as soon as possible to Jan. 31 2017.    It would help me to keep a close eye (daily) on the changing ADI for these versions, since we are shipping a 47.0.2 today.   Thanks very much!
Assignee: nobody → peterbe
This is what I ran on the stage DB::

breakpad=> select version_string, sunset_date from product_versions where product_name = 'Firefox' and version_string in ('47.0', '47.0.1');
 version_string | sunset_date
----------------+-------------
 47.0           | 2016-10-04
 47.0.1         | 2016-10-27
(2 rows)

breakpad=> update product_versions set sunset_date = '2017-01-31' where product_name = 'Firefox' and version_string in ('47.0', '47.0.1');
UPDATE 2
breakpad=> select version_string, sunset_date from product_versions where product_name = 'Firefox' and version_string in ('47.0', '47.0.1');
 version_string | sunset_date
----------------+-------------
 47.0           | 2017-01-31
 47.0.1         | 2017-01-31
(2 rows)


Seems to have worked. https://crash-stats.allizom.org/api/ProductVersions/?product=Firefox&version=47.0&version=47.0.1

Liz can you double-check my reckoning to make sure I'm doing it to the right version and the right date.
Flags: needinfo?(lhenry)
Yes, that looks fine, thanks!
Flags: needinfo?(lhenry)
Done in prod::


breakpad=> select version_string, sunset_date from product_versions where product_name = 'Firefox' and version_string in ('47.0', '47.0.1');
 version_string | sunset_date
----------------+-------------
 47.0           | 2016-10-04
 47.0.1         | 2016-10-27
(2 rows)

breakpad=> update product_versions set sunset_date = '2017-01-31' where product_name = 'Firefox' and version_string in ('47.0', '47.0.1');
UPDATE 2
breakpad=> select version_string, sunset_date from product_versions where product_name = 'Firefox' and version_string in ('47.0', '47.0.1');
 version_string | sunset_date
----------------+-------------
 47.0           | 2017-01-31
 47.0.1         | 2017-01-31
(2 rows)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.