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