docs: note MariaDB support in README#13238
Conversation
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 <cursoragent@cursor.com>
|
Congratulations on your first Pull Request and welcome to the Apache CloudStack community! If you have any issues or are unsure about any anything please check our Contribution Guide (https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md)
|
bernardodemarco
left a comment
There was a problem hiding this comment.
@robertsilen, thanks for the PR!
@robertsilen, do you think it is required to mention that The Docker development setup in tools/docker/docker-compose.yml uses MariaDB? I think that only mentioning that both MariaDB and MySQL are supported would be enough here
+1 I think that something like this would be better: |
Summary
Documents that CloudStack uses a MySQL-compatible database. The Docker development setup in
tools/docker/docker-compose.ymluses MariaDB (mariadb:10.0); the README only mentioned MySQL in the cryptographic software notice.Documentation only; no code or deployment changes.
Test plan