Upgrade Guide
This guide describes the procedure and precautions to be taken to update your version of DigDash Enterprise to the new version 2024 R1.
It also describes the behavioural changes introduced in this version.
This guide ONLY applies to you if you comply with the best practices described in the dedicated paragraph.
If this is not the case, restart the installation from scratch by following the Linux or Windows installation guide.
DigDash Enterprise installation archives are named digdash_enterprise_2024R1_64.zip or digdash_enterprise_2024R1_numpatch_64.zip.
After extraction, the folder will be called digdash_enterprise_2024R1_64 or digdash_enterprise_2024R1_numpatch_64.
To clarify the procedure, the installation folder for the older version will be named install_dd_OLD and the installation folder for the most recent version will be named install_dd_NEW.
The version number can be seen in the archive's version.txt file or from the "Configuration / Server Status" page ("DigDash Enterprise Version" in the top left-hand corner of the "General Status" section).
Supported configuration :
- Server : Tomcat 9 (Windows and Linux)
- Server : Java 17 recommended (Windows et Linux)
Java 11 supported
Best practices for version 2024 R1
For optimal operation of DigDash Enterprise, it is recommended to apply the following guidelines:
- Use of the digdash.properties file to store the configuration of environments.
For more information on how to set up the file, see the page Configuring digdash.properties file
- Use of an external database system for the DDAudit, Comments and DDDataEntry databases.
For more information on installing an external database system, see :- MariaDB installation for Windows
- MariaDB installation (Recommended) for Linux.
- Use of a Tomcat separate from the Digdash installation (installation via the OS package manager).
For more information on installing a separate Tomcat, see :- Tomcat 9 installation for Windows.
- Tomcat 9 installation for Linux.
- Using of OpenDJ instead of adswrapper.
For more information on installing OpenLDAP, see :- OpenDJ installation for Windows.
- OpenDJ installation for Linux.
Updating DigDash Enterprise to version 2024 R1
This paragraph applies to you if you are upgrading DigDash Enterprise from version 2022 R2 or later to version 2024 R1.
If you are upgrading from earlier to version 2022 R2, please contact DigDash at contact@digdash.com.
Update procedure
Step 1 : Backup the configuration
Make a full backup of your configuration: LDAP entries (users, roles, authorization groups), data models, dashboards, etc.
If you have added files to your installation (modified logos, images, css, added JSPs, etc.), you will need to carry them over to the new installation.
See the Backup and restore documentation.
Step 2 : Stop the server
Stop the DigDash server:
- On Windows : right-click on your service ("Tomcat 9" by default), then click Stop from your Windows Services application.
- On Linux : use the command service tomcat9 stop
Step 3 : Backup and delete old applications
Back up and then delete the files and folders in <install_dd>/webapps :
Dossiers :
| Fichiers :
|
Step 4 : Copy the new applications
Unzip the new version of the product into a temporary location.
Navigate in this temporary folder to the webapps folder.
Copy the following files to the same folder in your installation:
- adminconsole.war
- ddenterpriseapi.war
- digdash_dashboard.war
- studio.war
- adswrapper.war (non recommandé)
The webapps folder should now contain 4 .war files (5 if you are using adswrapper) and the ROOT directory.
Step 5 : Recovering the add-ons
Copy the contents of the add-ons directory to the same location in your installation.
If you have modified certain files (importtools, backtuptools, etc.), save them before copying.
Step 6 : Restart the server
Restart the DigDash server :
- On Windows : right-click on your service ("Tomcat 9" by default), then click on Start from your Windows Services application.
- On Linux : use the command service tomcat9 restart.
and let Tomcat redeploy the new applications.
Step 7 : Restore
If you have configured your new installation to point to your old data folder, restoration is not necessary.
Otherwise (new data folder) use the backup from step 1 to restore the LDAP entries (users, roles, authorisation groups).
Step 8: Clearing the browser cache
Delete the browser cache (shortcut on most browsers: Ctrl + Shift + Delete).
Step 9: Regeneration of data models
Regeneration of data models is recommended in the case of a major version upgrade.
In the Studio Flows tab, right-click on each flow wallet and then click Synchronise for users.
In the Confirm role wallet synchronization box, check the Force data cubes generation of the selected flows box and then the Force generation of all the dependent cubes box.
Changes to the DDAudit module
The DDAudit module has been modified in version 2023 R1. If you have deployed DDAudit in a previous version, please follow the instructions below:
- If you have not modified the DDAudit templates and flows, and if you have not created new templates and flows, then it is recommended to uninstall the DDAudit module, delete the role and its data and then reinstall it from the installation zip for this new version, or via Digdash Metadate Service.
- If you have created your own models and flows for DDAudit, or if you have modified the data models, you must modify the SQL queries of the modified or created data models so that they no longer use the user field but dd_user (the names of the dimensions and measures remain unchanged).
Deploying a patch on a 2024 R1
This paragraph is about updating a 2024 R1 version to a more recent 2024 R1 version.
It is assumed that your configuration follows the recommendation to use the digdash.properties file. If you have not done so, please refer to the Best practices for version 2024 R1 paragraph.
The procedure for deploying a patch is now identical to updating the version. You can therefore follow the procedure detailed above.