Upgrade Hermod from 3.x to 4.x
Step-by-step instruction
Open the Hermod configuration file for editing.
Default file path: example/compose/hermod/config/cod-hermod.yml.Update any needed settings according to the following guide: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide.
You need to manually add all certificates you need to trust in cacerts folder:
Obtain the Certificate.
Locate the cacerts folder:
/path/to/custom/store/cacerts/Confirm the path in your application or server's configuration.
For the database upgrade there is no configuration required in the configuration file, as liquibase is enabled by default (Hibernate is not included in Hermod 4.x.)
Make sure to do a database backup before you upgrade since version 4.x is not backwards compatible with version 3.x. Hermod version 4.x contains significant changes in the database schemas and hence automatic downgrade to version 3 or lower versions is not supported. Upon launching Hermod 4.x it will automatically update the database configuration to the new structure.
Save the configuration file and restart Hermod.Â
Test your new configuration on a non-production server, to make sure it works as expected.Â
Copyright 2024 Technology Nexus Secured Business Solutions AB. All rights reserved.
Contact Nexus | https://www.nexusgroup.com | Disclaimer | Terms & Conditions