Closed
Bug 1482907
Opened 7 years ago
Closed 7 years ago
Perform UTF8MB4 migration on bugzilla-dev
Categories
(bugzilla.mozilla.org :: General, enhancement)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dylan, Assigned: bobm)
Details
bugzilla-dev is configured to use utf8mb4 now, but it can't perform the migration until the settings are changed:
Bugzilla requires the following MySQL InnoDB settings:
innodb_file_format = Barracuda
innodb_file_per_table = 1
innodb_large_prefix = 1
I'd like to do this today if possible. bugzilla-dev is mostly idle at the moment and no phabricator testing is planned.
Assignee | ||
Comment 1•7 years ago
|
||
(In reply to Dylan Hardison [:dylan] (he/him) from comment #0)
This is under way.
Assignee | ||
Comment 2•7 years ago
|
||
This has been completed.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•