Procedure: Fast upgrade Unica Content Integration
To perform the fast upgrade of Unica Content Integration from version 12.0.0.0 and 12.0.1.0, perform the following steps.
About this task
- Complete the fast upgrade procedure for Unica Platform and ensure that database is migrated to the new installation environment. This includes required admin configurations and user roles for Unica Content Integration.
- Customize the logging configurations as per the requirements or as per the
existing setup in the following listed files.
{PLATFORM_HOME}/AssetPicker/conf/logging/log4j.xml{PLATFORM_HOME}/AssetPicker/conf/logging/log4j2.xmlIf required, move all the logs from previous installation to the new installation location from below mentioned directory
{PLATFORM_HOME}/AssetPicker/logs.
- If any custom plugins were deployed for Content Integration in existing
installation, follow the instructions given below to deploy those on new
installation.
- Copy all custom plugin jars under {PLATFORM_HOME}/AssetPicker/plugins/custom directory.
- Edit the
{PLATFORM_HOME}/AssetPicker/conf/plugin-services.ymlfile and add service declarations for all the custom plugins copied under aforementioned directory. Service declarations for existing custom plugins can be found insideMETA-INF/*-content-services.ymlfiles within respective plugin jars.Note: Ensure that you only append the individual service declarations without top level ���services��� element. - If any customization was made to the out of the box supported CMS plugin, ensure that you delete the corresponding default jar from {PLATFORM_HOME}/AssetPicker/plugins/out-of-the-box directory to avoid potential runtime conflicts.
Note: Any customization in{PLATFORM_HOME}/AssetPicker/conf/i18n/*.propertiesfiles will no longer be supported v12.1 onwards. Hence, this directory will not be present this release onwards. - Execute the following commands
- On Windows:
- {PLATFORM_HOME}/tools/bin/DBResourceBundle.bat -P ContentIntegration -F {PLATFORM_HOME}/AssetPicker/resourcebundles/com/unica/manager/configuration
- On Unix:
- {PLATFORM_HOME}/tools/bin/DBResourceBundle.sh -P ContentIntegration -F {PLATFORM_HOME}/AssetPicker/resourcebundles/com/unica/manager/configuration
- On Windows: