comparison Sphinx/source/plugins/postgresql.rst @ 1023:5d4701d8fe28

replaced osimis/orthanc by orthancteam/orthanc
author Alain Mazy <am@osimis.io>
date Thu, 01 Feb 2024 15:09:48 +0100
parents a3436ae3709c
children 351af8edb2e8
comparison
equal deleted inserted replaced
1022:2969cbebbc91 1023:5d4701d8fe28
330 - ``READ COMMITTED`` that allows multiple threads or Orthanc instances to write at the 330 - ``READ COMMITTED`` that allows multiple threads or Orthanc instances to write at the
331 same time to the same Database. 331 same time to the same Database.
332 332
333 *Remark:* This feature is only available in a beta version of both Orthanc and the 333 *Remark:* This feature is only available in a beta version of both Orthanc and the
334 PostgreSQL plugin (``pg-transactions`` branches in the code). This beta version is 334 PostgreSQL plugin (``pg-transactions`` branches in the code). This beta version is
335 only available in the ``osimis/orthanc:pg-transactions-unstable`` Docker image. 335 only available in the ``orthancteam/orthanc-pre-release:pg-transactions-unstable`` Docker image.
336 336
337 *Remark:* This beta version is really a beta version and **should not be used on a 337 *Remark:* This beta version is really a beta version and **should not be used on a
338 production database**. It shall only be used on a DB that you can delete or recover. 338 production database**. It shall only be used on a DB that you can delete or recover.
339 The reason why it shall not be used on a production database is because this revision 339 The reason why it shall not be used on a production database is because this revision
340 modifies the DB schema to a :ref:`version <db-versioning>`/revision ``6.2`` that might be different from the 340 modifies the DB schema to a :ref:`version <db-versioning>`/revision ``6.2`` that might be different from the