Closed
Bug 1154070
Opened 10 years ago
Closed 10 years ago
update MySQL schema for profile server on production
Categories
(Cloud Services :: Operations: Deployment Requests - DEPRECATED, task)
Cloud Services
Operations: Deployment Requests - DEPRECATED
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zaach, Assigned: ckolos)
Details
We'll need to update the profile server MySQL schema for train 35. These schema files should be run:
https://github.com/mozilla/fxa-profile-server/blob/0.35.0/lib/db/mysql/patches/patch-000-001.sql
https://github.com/mozilla/fxa-profile-server/blob/0.35.0/lib/db/mysql/patches/patch-001-002.sql
https://github.com/mozilla/fxa-profile-server/blob/0.35.0/lib/db/mysql/patches/patch-002-003.sql
Comment 1•10 years ago
|
||
I actually had done this last Friday in stage. I don't generally like re-purposing bugs, but I'll just update this to make it the production update.
:ckolos, let me know if you need a more detailed plan for this change (I should probably do one).
Assignee: nobody → ckolos
No longer depends on: 1154011
Summary: update MySQL schema for profile server on stage → update MySQL schema for profile server on production
Assignee | ||
Comment 2•10 years ago
|
||
completed in prod with no incident/warnings.
MySQL [fxa_profile]> select value from dbMetadata where name = 'schema-patch-level';
+-------+
| value |
+-------+
| 3 |
+-------+
1 row in set (0.00 sec)
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•