We are currently using Orthanc and most of the plugins in windows environment.
We have One server installed with:
Orthanc version: 1.4.1
plugin ‘worklists’ (version 1.4.1)
plugin ‘dicom-web’ (version 0.5)
plugin ‘postgresql-index’ (version 2.2)
plugin ‘web-viewer’ (version 2.4)
plugin ‘osimis-web-viewer’ (version 1.1.1.0-08acf7b2)
plugin ‘serve-folders’ (version 1.4.1)
We are using PostgreSQL10 as our index Database and Windows File system to store the Dicom Files.
Another server with the same exe and plugins (dlls). This server is pointing to the first postgress database
We use this second server to have load balancing and redundancy.
additionally, we have a copy of the database that executes a read replica of the postgress database.
With this structure, we like to upgrade to the last version our environment.
I do not know if any version change implies changes in the structure of the database.
If the structure changes i think i need to stop the replica, apply the changes, backup and restore the database and start the replica after that task.
To update the new release.
¿Is there a link with the steps to do that task ?