Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: add a mention about dedicated databases in Docker installation section #1530

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion languages/en/installation-guide/docker/intro_docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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