Upgrade Database Backup your existing data folder Download the upgrade zip folder from Extract the download file i2b2core-upgrade-1.7.13.zip to a folder outside of the data folder. Copy the db.properties files from your data back up folder to the new data folder Run the following upgrade ant commands on your i2b2 database instance, where {db} can be Oracle, sqlserver or postgresql In data folder\Release_1-7\Upgrade\ run the ant commands in the each individual cell folder as below. | 1.7.09c | PmData/scripts/upgrade_{db}_i2b2pm_tables.sql Crcdata/scripts/crc_create_query_{db}.sql Hivedata/scripts/upgrade_{db}_i2b2hive_tables.sql | 1.7.10 | Metadata/scripts/ont_{db}.sql Crcdata/scripts/crc_create_query_{db}.sql Hivedata/scripts/upgrade_{db}_i2b2hive_tables.sql | 1.7.11 1.7.12 1.7.13 | Crcdata/scripts/crc_create_query_{db}.sql Hivedata/scripts/upgrade_{db}_i2b2hive_tables.sql In the Crcdata folder run the following ant command: ant -f data_build.xml upgrade_table_release_1-7 In the Crcdata folder run the following ant command: ant -f data_build.xml upgrade_table_release_1-7 |
Run the ant scripts for Metadata and Crcdata for releases 1.7.09C to 1.7.12. If you are upgrading from 1.7.12 to 1.7.12a, run the ant script for Crcdata.
|