Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ cp /opt/shrine/upgrade-backup/shrine-webclient/i2b2_config_data.js /opt/shrine/tomcat/webapps/shrine-webclient/i2b2_config_data.js

Upgrade SHRINE Query History Database

This step is only required for certain versions of SHRINE that change the schema of the SHRINE query history database. Typically there should be migration scripts, but if there aren't, it will be necessary to drop the shrine_query_history database, recreate it, and run the latest database scripts. For examples, consult the following files from the installer: https://open.med.harvard.edu/svn/shrine/trunk/code/install/i2b2-1.7/shrine/mysql.sh and https://open.med.harvard.edu/svn/shrine/trunk/code/install/i2b2-1.7/shrine/mysql.sql

Schema Changes in 1.18

SHRINE 1.18 adds columns to the SHRINE_QUERY table, and also creates the HUB_QUERY and HUB_QUERY_RESULT tables.

...