Upgrade to Release 1.7.11 from 1.7.09c
Version Information
Current Version: | 1.7.11 |
---|---|
Release Date: | March 6, 2019 |
License: | Mozilla 2 Open Source License |
Download
Description | i2b2 Released Version | Minimum Version Required | Download Link | Requirements |
---|---|---|---|---|
Files to upgrade the i2b2 server to 1.7.11 | 1.7.11 | 1.7.09c | i2b2_upgrade_1.7.09c_to_1.7.11.zip | See Technical Details section on the i2b2 Upgrades page. |
Files to upgrade the i2b2 Database to 1.7.11 | 1.7.11 | |||
Files to upgrade the i2b2 Web Client to 1.7.11 | 1.7.11 |
Notes
- Release 1.7.11 contains changes to the i2b2 database and Web Client. Therefore in addition to the i2b2upgrade-1711.zip file you also need to download the i2b2createdb-1711.zip and i2b2webclient-1711.zip files. The process of installing the i2b2 Web Client has not changed. If you have questions on how this is done you can find additional information in Chapter 7. i2b2 Web Client Install of the i2b2 Installation Guide.
- Release 1.7.11 includes updated i2b2 software license which specifies i2b2 software is now made available under the terms of the Mozilla Public License (MPL) version 2.0.
- If you are upgrading to 1.7.11 from a release prior to 1.7.09c it is important you read the upgrade documentation before upgrading your system because earlier upgrades had changes to properties files. When a release has a change to a property file as did 1.7.09 we will make note of it and outline the steps to merge the changes into your local properties file.
Upgrade Instructions
Knowing some sites have remained on JBoss 7 while some have upgraded to WildFly 10, we have gone ahead and provided Step-by-Step Instructions for both scenarios. For the most part the overall process is very similar. What is different, is the path in which the files reside. Expand the box below to see an example of the differences between the two path names.
Step-by-Step Instructions for JBoss
Stop JBoss
Backup your existing i2b2.war directory
Delete i2b2.war.deployed file
DO NOT delete your existing i2b2.war directory. The zip file contains only a subset of files to add/replace in your existing i2b2.war directory.
Extract / copy the deployment files from the upgrade zip file to your JBoss deployments directory
Copy the deployments directory into your existing JBoss standalone directory, replacing any existing files when prompted.
Start JBoss
Verify your upgrade
Step-by-Step Instructions for WildFly
Stop WildFly
Backup your existing i2b2.war directory
Delete i2b2.war.deployed file
DO NOT delete your existing i2b2.war directory. The zip file contains only a subset of files to add/replace in your existing i2b2.war directory.
Extract / copy the deployment files from the upgrade zip file to your WildFly deployments directory
Copy the deployments directory into your existing WildFly standalone directory, replacing any existing files when prompted.
Start WildFly
Verify your upgrade
1 Comment
Michael Horvath
This page could benefit from clearer instructions on what is required to upgrade the database. In the notes, there is a mention of needing to download the additional data zip:
However, there isn't any further instruction about what should be done with these files. From skimming the data_build.xml files, it doesn't appear that there are any ANT targets specific to 1.7.11?
What confuses matters more, is that it appears that the database upgrade scripts are instead included in the i2b2 server zip (i2b2_upgrade_1.7.09c_to_1.7.11.zip). However, there aren't any instructions on this page directing the usage of the scripts located in the database folder of that zip.