[Rt-commit] rt branch 4.4/document-mysql-8 created. rt-4.4.6-62-gb59a495715
BPS Git Server
git at git.bestpractical.com
Mon Mar 27 20:01:57 UTC 2023
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 4.4/document-mysql-8 has been created
at b59a495715fd44018a444a4307a2315b5ca7782a (commit)
- Log -----------------------------------------------------------------
commit b59a495715fd44018a444a4307a2315b5ca7782a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Mar 27 16:01:31 2023 -0400
Document MySQL 8 support
diff --git a/README b/README
index 18fb817100..64e5aa7acf 100644
--- a/README
+++ b/README
@@ -20,10 +20,10 @@ o Perl 5.10.1 or later (http://www.perl.org).
o A supported SQL database
- Currently supported: MySQL 5.1 - 5.7 with InnoDB support
- MariaDB 10.0 - 10.1 with InnoDB support
- Postgres 9.0 or later
- Oracle 11g or later
+ Currently supported: MySQL 5.7, 8 with InnoDB support
+ MariaDB 10.2 or later with InnoDB support
+ Postgres 9.5 or later
+ Oracle 12c or later
SQLite 3.0 or later; for testing only, no
upgrade path guaranteed
diff --git a/docs/UPGRADING-4.4 b/docs/UPGRADING-4.4
index f7dbb142fa..c214b1e53a 100644
--- a/docs/UPGRADING-4.4
+++ b/docs/UPGRADING-4.4
@@ -738,6 +738,11 @@ we have replaced it with the GraphViz2 module.
Systems using C<--enable-graphviz> will be prompted to install the Perl
GraphViz2 module when upgrading.
+=item * MySQL 8 now supported
+
+Starting with RT 4.4.7, RT now supports MySQL 8. Note that as part of this upgrade
+you also need to update the module L<DBIx::SearchBuilder>.
+
=back
=cut
-----------------------------------------------------------------------
hooks/post-receive
--
rt
More information about the rt-commit
mailing list