From 1526756c584abb4764c41a579bf421c110b65468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Mon, 25 May 2026 23:32:20 +0300 Subject: [PATCH 1/2] docs: note MariaDB support in README Document that CloudStack uses a MySQL-compatible database (MariaDB or MySQL) and point to the Docker dev compose file that uses MariaDB. Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5aacb49f6b5..4257ef7ee85d 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Sec The following provides more details on the included cryptographic software: * CloudStack makes use of JaSypt cryptographic libraries. -* CloudStack has a system requirement of MySQL, and uses native database encryption functionality. +* CloudStack requires a MySQL-compatible database (MariaDB or MySQL). The Docker development setup in `tools/docker/docker-compose.yml` uses MariaDB, and uses native database encryption functionality. * CloudStack makes use of the Bouncy Castle general-purpose encryption library. * CloudStack can optionally interact with and control OpenSwan-based VPNs. * CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation. From 4675461bb084216495adcc41f2a5c6407cecc19c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sil=C3=A9n?= Date: Tue, 26 May 2026 19:47:51 +0300 Subject: [PATCH 2/2] docs: simplify MariaDB README wording per review Drop the Docker compose reference; state MySQL-compatible (MariaDB or MySQL) support only. Co-authored-by: Cursor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4257ef7ee85d..852674ab7b1f 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Sec The following provides more details on the included cryptographic software: * CloudStack makes use of JaSypt cryptographic libraries. -* CloudStack requires a MySQL-compatible database (MariaDB or MySQL). The Docker development setup in `tools/docker/docker-compose.yml` uses MariaDB, and uses native database encryption functionality. +* CloudStack requires a MySQL-compatible database (MariaDB or MySQL), and uses native database encryption functionality. * CloudStack makes use of the Bouncy Castle general-purpose encryption library. * CloudStack can optionally interact with and control OpenSwan-based VPNs. * CloudStack has a dependency on and makes use of JSch - a java SSH2 implementation.