From 6ac2db9ac49f7ed20527f7743fefe46803a497b7 Mon Sep 17 00:00:00 2001 From: Martin Goyot Date: Tue, 8 Oct 2024 13:38:12 +0200 Subject: [PATCH] Fix: add a mention about dedicated databases in Docker installation section --- languages/en/installation-guide/docker/intro_docker.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/languages/en/installation-guide/docker/intro_docker.rst b/languages/en/installation-guide/docker/intro_docker.rst index 128752bc..87be1a31 100644 --- a/languages/en/installation-guide/docker/intro_docker.rst +++ b/languages/en/installation-guide/docker/intro_docker.rst @@ -26,5 +26,11 @@ External Dependencies The image has two dependencies: -* A working database with admin credentials (at first run only) +* A **dedicated** working database with admin credentials (at first run only) * A persistent filesystem for data storage + +Please do note that shared databases must not be used: + +- they cannot guarantee the needed Quality of service +- they cannot respect the requirements (SQL modes) +- they make consistent backups almost impossible