Mercurial > hg > orthanc-book
changeset 738:b222924248f9
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 19 Jul 2021 18:41:47 +0200 |
parents | 344bf4bfc36d |
children | 4fcc8646117b |
files | Sphinx/source/faq/orthanc-storage.rst |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/orthanc-storage.rst Fri Jul 09 09:46:08 2021 +0200 +++ b/Sphinx/source/faq/orthanc-storage.rst Mon Jul 19 18:41:47 2021 +0200 @@ -83,7 +83,9 @@ that are `explained in the SQLite FAQ <https://www.sqlite.org/faq.html#q5>`__. Orthanc will stop if it receives the ``SQLITE_BUSY`` status. - +* The internal structure of the databases might evolve across + successive versions of Orthanc or of the database plugins. + As a consequence, it is **HIGHLY recommended NOT to directly access** the ``OrthancStorage`` folder and the SQLite/MySQL/PostgreSQL database. Use the :ref:`REST API <rest>` instead, which contains