03 May 2022 01:42 PM - last edited on 04 May 2022 10:47 AM by MaciejNeumann
We have the Dynatrace easyTravel demo-application running and we need to upgrade it because of security fixes. As far as I can tell there is no upgrade path provided, only a Remove/Install.
I know we have changed some files to configure listen addresses and so on. What files/dirs do I have to backup before the Remove action? And can I simply copy them back after the Install action?
Solved! Go to Solution.
06 May 2022 05:38 PM
Hi, As you said, there is no reinstall procedure. So all files in the easyTravel installation directory will be removed during removing previous easyTravel version. If you changed anything there, you should backup your changes. Usually changes are done in the <et_install_dir>/resources/easyTravelConfig.properties.
In general I recommend to merge your changes instead of simply overwriting files.
Good practice would be to make changes in the <user_home>/.dynaTrace/easyTravel\ 2.0.0/easyTravel/config/easyTravelLocal.properties instead of easyTravelConfig.properties.
16 May 2022 08:37 AM
Thanks Rafal, that was exactly what I was looking for.