diff Sphinx/source/plugins/mysql.rst @ 270:f29d75bc5c25

more info about database locking
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 24 Aug 2019 10:53:13 +0200
parents 1af668e84f4d
children 011b01ccf52d
line wrap: on
line diff
--- a/Sphinx/source/plugins/mysql.rst	Mon Aug 19 09:37:31 2019 +0200
+++ b/Sphinx/source/plugins/mysql.rst	Sat Aug 24 10:53:13 2019 +0200
@@ -166,6 +166,8 @@
 you want several instances of Orthanc to share the same database, set
 the ``Lock`` option to ``false`` in the configuration file.
 
-Obviously, one must be very cautious when sharing the same database
-between instances of Orthanc. In particular, all these instances
-should share the same configuration.
+In the absence of locking, the same limitation apply to the
+MySQL/MariaDB plugins than to the PostgreSQL plugins (i.e. at most one
+instance of Orthanc writing to the database).  For more information,
+please check out the :ref:`documentation for PostgreSQL
+<postgresql-lock>`.