Qing
"--upgrade
command-line option" as it relate to Orthanc Docker?This email and its attachments may contain privileged and confidential information and/or protected health information (PHI) intended solely for the use of ZOOM+ and the recipient(s) named above. If you are not the recipient, or the employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any review, dissemination, distribution, printing or copying of this email message and/or any attachments is strictly prohibited. If you have received this transmission in error, please notify ZOOM+ immediately at 1-844-ZOOM-777 and permanently delete this email and any attachments.
Thanks for your reply. I actually read the link of replication and backup. I still have no clue how to upgrade. I am using window version without any plugins. Seems like my only option is to uninstall version 0.8 and then install verision 1.1. But I will loose all my existing data if I do so. I know I can download all data and then import all back after new installation. I am looking for the better way. Thanks,
How does the upgrade instructions on the page applies to Orthanc Docker? That is to say, how would one make use of"--upgrade
command-line option" as it relate to Orthanc Docker?
It would be great if there is an expanded upgrade process for Orthanc Docker available.
In the sample commands provided, there is the "old" Orthanc docker command to start [..] jodogne/orthanc:0.9.4, followed by the "new" Orthanc docker command [..] jodogne/orthanc:1.1.0 /etc/orthanc --upgrade. Does this mean you need to have the "old" version running, and then run the "new" version with the upgrade option?
Additionally, the sample commands provided are using the default SQLite back-end. In the Database versioning section, there seems to be references to SQLlight back-end only. What about when using the PostgreSQL plugin, jodogne/orthanc-plugins (both indexing and storage turned on)? Is the process the same?
Finally, configuration file. Do we generate a sample configuration file from the "new" version, then transfer current configuration values to the sample config, or continue use of "old" configuration file as it is?
The database schema must be upgraded from version 5 to 6: Please run Orthanc with the "--upgrade" command-line option
Version of the Orthanc database: 5
Upgrading the database from schema version 5 to 6
Upgrading database version from 5 to 6
Upgrade: Reconstructing the main DICOM tags of all the patients...
Upgrade: Reconstructing the main DICOM tags of all the studies...
Upgrade: Reconstructing the main DICOM tags of all the series...
Upgrade: Reconstructing the main DICOM tags of all the instances...
When I tried upgrading jodogne/orthanc-plugins:0.9.5 to jodogne/orthanc-plugins:1.1.0 (with Postgres for index / storage). I do not observe any indication of effect of the --upgrade option in the logs.
To that end, based on the Database versioning page in the Orthanc Book, can I conclude that (1) Orthanc 0.9.5 - Orthanc 1.1.0 and Orthanc Mainline shares the same Database version v6, and that (2) one can safely run code from any of the Orthanc versions mentioned against the same database without ill effects?
As always, I have learned a lot from this discussion, thank you!!