]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Add new 5.2 branch to migration needs
authorDave Miller <justdave@bugzilla.org>
Fri, 16 Dec 2022 07:31:06 +0000 (02:31 -0500)
committerGitHub <noreply@github.com>
Fri, 16 Dec 2022 07:31:06 +0000 (02:31 -0500)
Also abandoned 5.1 dev branch needs to be migrated from.

RELEASE_BLOCKERS.md

index 4e7a91e52ebdbff33c45fb1c5786b3ee4edb5423..1e7be2521f1d64f8e0fec5a583c98ebea5fcf2f6 100644 (file)
@@ -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.