This is an automated email from the ASF dual-hosted git repository.
winterhazel pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/main by this push:
new e3245515e8b docs: note MariaDB support in README (#13238)
e3245515e8b is described below
commit e3245515e8bb758f3c1278f15077231271a141e2
Author: Robert Silén <[email protected]>
AuthorDate: Wed May 27 23:13:11 2026 +0300
docs: note MariaDB support in README (#13238)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a5aacb49f6b..852674ab7b1 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), 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.