Feature #13220
Support MySQL 8
Status: | Verified | Start date: | 12/05/2019 | |
---|---|---|---|---|
Priority: | Medium | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Internals | |||
Target version: | Release 2.6.0 | |||
Google Code Legacy ID: | Tested version: | |||
Sponsored: | No | Requires documentation: |
Related issues
History
#1 Updated by José Raddaoui Marín over 2 years ago
- Status changed from New to Code Review
- Assignee changed from José Raddaoui Marín to David Juhasz
Related pull requests:
- AtoM code and Docker environment
- AtoM documentation
- AtoM Ansible role
- Percona Ansible role (thanks Miguel Angel!)
- Deploy pub
- AM packbuild
Thanks to David J., Miguel Angel and Mike C. for all the reviews.
#2 Updated by José Raddaoui Marín over 2 years ago
- Status changed from Code Review to QA/Review
- Assignee changed from David Juhasz to Dan Gillean
Notes for testing:
- Upgrade your testing environment to use MySQL/Percona 8.0.
- If you manually create the database, use the new charset and collation:
CREATE DATABASE atom CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci;
- If you're using old configuration files, replace
utf8
forutf8mb4
in:
- config/config.php
- config/propel.ini
- Test install process.
- Test upgrading process.
- Test some
utf8mb4
chars like emoticons. - Test that everything works ;P
- Take special attention to the Function related pages.
#3 Updated by Dan Gillean about 2 years ago
- Status changed from QA/Review to Verified
- Requires documentation set to Yes
#4 Updated by Dan Gillean about 2 years ago
- Assignee deleted (
Dan Gillean) - Requires documentation deleted (
Yes)
#5 Updated by José Raddaoui Marín almost 2 years ago
- Related to Bug #13350: Reduce the likelihood of issues in upgrades from 1.x to 2.6.x added