From: Dave Miller Date: Fri, 16 Dec 2022 07:31:06 +0000 (-0500) Subject: Add new 5.2 branch to migration needs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=548c003a4a1105d7bb38289599bd103648bba611;p=thirdparty%2Fbugzilla.git Add new 5.2 branch to migration needs Also abandoned 5.1 dev branch needs to be migrated from. --- diff --git a/RELEASE_BLOCKERS.md b/RELEASE_BLOCKERS.md index 4e7a91e52..1e7be2521 100644 --- a/RELEASE_BLOCKERS.md +++ b/RELEASE_BLOCKERS.md @@ -18,9 +18,9 @@ For MySQL 8, either: The later option is not very pleasant. I believe the code I wrote over a year ago could allow us to support mysql 8, and that's in [this branch](https://github.com/bugzilla/harmony/blob/dylan/mysql-8) -# Upgrade Path from 4.4 & 5.0 +# Upgrade Path from 4.4, 5.0, 5.2, and 5.1 -Code must be added to Bugzilla::DB::Install to support upgrading existing schemas from 4.4 and 5.0 installs. +Code must be added to Bugzilla::DB::Install to support upgrading existing schemas from 4.4, 5.0, and 5.2 installs. In addition, we should provide a way to migrate from the abandoned 5.1 development branch, which has some feature mis-match with harmony. Things to check: - Multiple aliases was reverted and we'll have to have code to handle that.