Revision as of 15:37, February 25, 2019 by Peter Chaplin (talk | contribs)
Contents
Migration of the 9.0.x release to newer versions==
Migration to Migration to 9.0.008.0x
Migrate iWD Manager Logging options
Previously iWD Manager logging was configured via the log4j.properties file. This file has been removed and configuration properties have moved to Configuration Server. Move existing options according to the following mapping:
| log4j Property | <section.property> | Comment |
|---|---|---|
| log4j.rootLogger=DEBUG... | log.level | add rootLogger level to log.level option |
| log4j.appender.Console=org.apache.log4j.ConsoleAppender | log.log-to-console | If Console logging is enabled, set log.log-to-console to true |
| log4j.appender.Console.Threshold=TRACE | log.console-log-level | |
| log4j.appender.centralized_manager=com.genesyslab.iwd.log.CentralizedAppender | log.centralized-logging | If Centralized logging is enabled set log.log-to-file to true |
| log4j.appender.centralized_manager.Threshold=DEBUG | log.centralized-log-level | DEBUG, TRACE, WARN, INFO => STANDARD, ERROR => ALARM |
| log4j.appender.manager=org.apache.log4j.RollingFileAppender | log.log-to-file
log.archive |
|
| log4j.appender.manager.Threshold=DEBUG | log.file-log-level | |
| log4j.appender.manager.File=/GCTI/iWD/iwd_manager.log | log.log-filename | |
| log4j.appender.manager.MaxBackupIndex=9 | log.max-history | |
| log4j.appender.manager.MaxFileSize=1024MB | log.max-file-size |
Migration to 9.0.007.07
If you have already installed a 9.0.x iWD Runtime Node prior to the 9.0.007.07 release, you must manually upgrade the database schema before starting the new iWD Runtime Node versions. The upgrade procedure alters the H_TASK_FACT table, adding the NOT NULL constraint to the last_task_event_id column and changing the primary key.
Migration Procedure
- Stop the iWD Runtime Node application.
- Back up the Data Mart database.
- Install a new iWD Runtime Node application.
- In the <iWD Runtime Node>/etl/migration/manual directory, find a migration script for the appropriate database type and run it on the Data Mart database.
- Start the iWD Runtime Node application.
Comments or questions about this documentation? Contact us for support!
