comparison Sphinx/source/users/replication.rst @ 161:2371b940800e

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Jul 2018 14:49:51 +0200
parents 365427cebb64
children ce125a0a95e5
comparison
equal deleted inserted replaced
158:86be4710bbae 161:2371b940800e
81 81
82 $ python ImportDicomFiles.py 192.168.0.2 8042 OrthancStorage 82 $ python ImportDicomFiles.py 192.168.0.2 8042 OrthancStorage
83 83
84 This method will only succeed if: 84 This method will only succeed if:
85 85
86 * The source Orthanc uses the default SQLite back-end of Orthanc (and 86 * The source Orthanc uses the default storage area on the filesystem
87 not the `PostgreSQL plugin 87 (i.e. Orthanc does *not* use one of the "storage plugins", such as
88 <http://www.orthanc-server.com/static.php?page=postgresql>`_ or the 88 for `PostgreSQL
89 `MySQL/MariaDB plugin 89 <http://www.orthanc-server.com/static.php?page=postgresql>`_ or
90 <http://www.orthanc-server.com/static.php?page=mysql>`_, for 90 `MySQL/MariaDB
91 instance), 91 <http://www.orthanc-server.com/static.php?page=mysql>`_),
92 * You have command-line access to the source Orthanc, and 92 * You have command-line access to the source Orthanc, and
93 * The transparent :ref:`compression` of the DICOM instances is 93 * The transparent :ref:`compression` of the DICOM instances is
94 disabled (cf. option ``StorageCompression`` in the 94 disabled (cf. option ``StorageCompression`` in the
95 :ref:`configuration file <configuration>`). 95 :ref:`configuration file <configuration>`).
96 96