# HG changeset patch # User Sebastien Jodogne # Date 1532351000 -7200 # Node ID ce125a0a95e5d150ce1123235bc64aff9e6702a9 # Parent 2371b940800e225bd750d63b91fc731264240ef4 clarification diff -r 2371b940800e -r ce125a0a95e5 Sphinx/source/users/replication.rst --- a/Sphinx/source/users/replication.rst Mon Jul 23 14:49:51 2018 +0200 +++ b/Sphinx/source/users/replication.rst Mon Jul 23 15:03:20 2018 +0200 @@ -84,11 +84,12 @@ This method will only succeed if: * The source Orthanc uses the default storage area on the filesystem - (i.e. Orthanc does *not* use one of the "storage plugins", such as - for `PostgreSQL + (i.e. the source Orthanc does *not* store its DICOM files using one + of the "storage area plugins", such as for `PostgreSQL `_ or `MySQL/MariaDB - `_), + `_ - but it's + OK for the source of Orthanc to use any of the "index plugins"), * You have command-line access to the source Orthanc, and * The transparent :ref:`compression` of the DICOM instances is disabled (cf. option ``StorageCompression`` in the @@ -104,6 +105,8 @@ `__. + + Generic replication -------------------