comparison Sphinx/source/users/replication.rst @ 162:ce125a0a95e5

clarification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 23 Jul 2018 15:03:20 +0200
parents 2371b940800e
children 011b01ccf52d
comparison
equal deleted inserted replaced
161:2371b940800e 162:ce125a0a95e5
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 storage area on the filesystem 86 * The source Orthanc uses the default storage area on the filesystem
87 (i.e. Orthanc does *not* use one of the "storage plugins", such as 87 (i.e. the source Orthanc does *not* store its DICOM files using one
88 for `PostgreSQL 88 of the "storage area plugins", such as for `PostgreSQL
89 <http://www.orthanc-server.com/static.php?page=postgresql>`_ or 89 <http://www.orthanc-server.com/static.php?page=postgresql>`_ or
90 `MySQL/MariaDB 90 `MySQL/MariaDB
91 <http://www.orthanc-server.com/static.php?page=mysql>`_), 91 <http://www.orthanc-server.com/static.php?page=mysql>`_ - but it's
92 OK for the source of Orthanc to use any of the "index plugins"),
92 * You have command-line access to the source Orthanc, and 93 * You have command-line access to the source Orthanc, and
93 * The transparent :ref:`compression` of the DICOM instances is 94 * The transparent :ref:`compression` of the DICOM instances is
94 disabled (cf. option ``StorageCompression`` in the 95 disabled (cf. option ``StorageCompression`` in the
95 :ref:`configuration file <configuration>`). 96 :ref:`configuration file <configuration>`).
96 97
102 Orthanc server. More information are available `on the discussion 103 Orthanc server. More information are available `on the discussion
103 group 104 group
104 <https://groups.google.com/d/msg/orthanc-users/Zlhtcpo76qQ/tp8EqaRCAQAJ>`__. 105 <https://groups.google.com/d/msg/orthanc-users/Zlhtcpo76qQ/tp8EqaRCAQAJ>`__.
105 106
106 107
108
109
107 Generic replication 110 Generic replication
108 ------------------- 111 -------------------
109 112
110 If you cannot use the first method, you can use the `Replicate 113 If you cannot use the first method, you can use the `Replicate
111 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/Replicate.py>`_ 114 <https://bitbucket.org/sjodogne/orthanc/src/default/Resources/Samples/Python/Replicate.py>`_