Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/releasenotes/compat.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Software Requirements
~~~~~~~~~~~~~~~~~~~~~

- Java JRE 17
- MySQL 8.0 (or equivalent compatible DBMS)
- MySQL 8.4 (or equivalent compatible DBMS)

Supported Hypervisor Versions
-----------------------------
Expand Down
12 changes: 11 additions & 1 deletion source/upgrading/upgrade/upgrade_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,18 @@ added in CloudStack's db.properties file:

db.usage.driver=jdbc:mysql

MySQL support updated to 8.4
----------------------------

MySQL 8.0 sql mode change
As of Apache CloudStack 4.20.3, support for MySQL 8.4 has been added.

Existing deployments upgraded to version 4.20.3 can still continue using MySQL 8.0
without any changes.

If you are running MySQL 8.0 and would like to upgrade to MySQL 8.4,
you may follow the standard MySQL upgrade process to migrate safely to version 8.4.

MySQL 8.4 sql mode change
-------------------------

MySQL mode (sql_mode) has changed in CloudStack db.properties to
Expand Down