From 7.2.1 to 7.2.2

Published January 17, 2022
Webapp Webapp + Tomcat 7.2.2 Release notes

Upgrading to 7.2.2 consists of one unique, easy step; please read it carefully before proceeding.

NEW MODULES AVAILABLE FOR DX 7.2.2

  • New CKEditor version 4.7.1 available now
    Note, please, a newer version of the ckeditor module is available from store.jahia.com, which includes the CKEditor version 4.7.1. If you would like to upgrade to that one, please, download it and replace the existing version of ckeditor module in your DX instance.
  • New module "Site admin publication" available
    With DX 7.2.1.1 we provide a new module to start the publication as a background job. Note, please, that the module is not automatically added by the migration process. In case you would like to use the new feature please download the module.

Please:

  • Stop the user requests / traffic to the server (either on the front-end Apache HTTPD server or firewall/router)
  • Stop Jahia before backing up and running the fix applier
  • Backup your Jahia installation before running the fix applier 
  • Run a pre-production test first

 

For Digital Experience Manager 7.2.2.0, we are providing 2 Fix Appliers:

 

For a standalone installation

Step 1:Digital Experience Manager Core & Modules Migration

The first step of the migration is to copy the fix applier you would like to use on your production server.

At this stage, a list of all the files you have customized in your installation will help you to go through the upgrade and decide more easily if you want to merge, keep or overwrite the files.

For all the files impacted, the fix applier will create a backup in the following folder:

$USER_HOME/.fixapplier/backup/ and a detailed log is also available in your <Jahia_installation>/tomcat/webapps/ROOT/META-INF/updates/history/fixes/<FiXAPPLIER_NAME>.log or if you didn't use the default ROOT context in your <JAHIA_INSTALLATION>/tomcat/webapps/<your context>/META-INF/updates/history/fixes/<FiXAPPLIER_NAME>.log

If the fix creator detects that a file has been modified it will try to automatically merge it. If the merge fails you will be able to overwrite the files or skip it installing the modification.
If the merge fails or you decide to skip it, a diff file <FILE_NAME>.patch will be available in the destination folder, please make sure that you don't forget to manually apply the changes.

1. Stop Jahia

2. Open a terminal in the JAHIA_INSTALLATION/tomcat/webapps/ROOT or JAHIA_INSTALLATION/tomcat/webapps/<your context> if you didn't use the default ROOT context  and type the following command:

java -jar <PATH-TO-FIX-APPLIER>/<FIXAPPLIER_NAME>.jar

The fix applier will manage the upgrade of your platform by deleting, updating and merging all the necessary files. It will now handle the migration of Digital Experience Manager Core and all the additional Jahia modules installed on your platform.

Please review your log before starting the next step to ensure you haven't missed a file that needs to be manually merged.

3. Clean the following Tomcat folder

The fix applier now handles the cleaning of the tomcat folders automatically but depending on the OS and some permissions you may need to clean it manually.

Remove the content of your folders <JAHIA_INSTALLATION>/tomcat/temp and <JAHIA_INSTALLATION>/tomcat/work

4. Clean the resource folder

The fix applier will also handle the cleaning of the <JAHIA_INSTALLATION>/digital-factory-data/generated-resources folder automatically but depending on the OS and some permissions you may need to clean it manually.

5. Start your Digital Experience Manager

Your upgrade from Digital Experience Manager to Digital Experience Manager is now completed.