File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Software Requirements
3838~~~~~~~~~~~~~~~~~~~~~
3939
4040- Java JRE 17
41- - MySQL 8.0 (or equivalent compatible DBMS)
41+ - MySQL 8.4 (or equivalent compatible DBMS)
4242
4343Supported Hypervisor Versions
4444-----------------------------
Original file line number Diff line number Diff line change @@ -120,8 +120,18 @@ added in CloudStack's db.properties file:
120120
121121 db.usage.driver=jdbc:mysql
122122
123+ MySQL support updated to 8.4
124+ ----------------------------
123125
124- MySQL 8.0 sql mode change
126+ As of Apache CloudStack 4.20.3, support for MySQL 8.4 has been added.
127+
128+ Existing deployments upgraded to version 4.20.3 can still continue using MySQL 8.0
129+ without any changes.
130+
131+ If you are running MySQL 8.0 and would like to upgrade to MySQL 8.4,
132+ you may follow the standard MySQL upgrade process to migrate safely to version 8.4.
133+
134+ MySQL 8.4 sql mode change
125135-------------------------
126136
127137MySQL mode (sql_mode) has changed in CloudStack db.properties to
You can’t perform that action at this time.
0 commit comments