From ea64f42b7933826c9939cfd781bd15543661409c Mon Sep 17 00:00:00 2001 From: nsingh Date: Fri, 29 May 2026 10:38:21 +0530 Subject: [PATCH] docs: update external db version support --- docs/DeploymentGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index ceefe61..7b0310e 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -47,7 +47,7 @@ The footprint of your Software Risk Manager Docker Compose deployment depends on whether you plan to use an external database. -The Software Risk Manager web application requires a MariaDB (version 10.6.x) or a MySQL (version 8.0.x) database instance. You can provide a database instance or use what's included in the default Compose file. An external database can be a standalone instance or one managed on your behalf by a cloud provider like AWS or Azure. +The Software Risk Manager web application requires a MariaDB (version 10.6.x) or a MySQL (version 8.4.x) database instance. You can provide a database instance or use what's included in the default Compose file. An external database can be a standalone instance or one managed on your behalf by a cloud provider like AWS or Azure. A deployment using an external database consists of one Software Risk Manager Docker container for the web application that depends on a Docker volume.