Skip to main content
Solved

IFS Cloud release/service update

  • April 21, 2025
  • 5 replies
  • 202 views

Forum|alt.badge.img+2

I am trying to upgrade IFS Cloud from 23R2 to 24R1 but I am not seeing any db changes being deployed when I am running the installer script. I see it picks up installer.tem which calls .cre but no .upg files.

Am I missing something on when I build the delivery?

Best answer by hhanse

Have you run create-install-tem? Guess your install.tem is a fresh install not a upg.
Each component in install.tem should have a annotation if it’s fresh or upg or same version.

https://docs.ifs.com/techdocs/24r2/070_remote_deploy/500_building_manually/020_build_build_home/#using_an_existing_fresh_build_home_for_upgrade

https://docs.ifs.com/techdocs/24r2/070_remote_deploy/010_installing_fresh_system/200_installing_ifs_cloud/035_ifs_cloud_ifsinstaller/050_installer_scripts/#create-install-temcmdsh

 

5 replies

Forum|alt.badge.img+11
  • Hero (Employee)
  • Answer
  • April 22, 2025

Forum|alt.badge.img+2
  • Author
  • Do Gooder (Customer)
  • April 22, 2025

Thank you. I was missing this step after creating a delivery.


Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • January 12, 2026

@hhans, @haar , 

We accidentally installed the recreated BUILD_HOME as a fresh installation instead using the upg install.tem, because the updated install.tem step missed

Previously, the system was on 24R1, and the new BUILD_HOME is 25R1. After performing the fresh install, the MODULE_TABLE in the database now shows all components at 25R1. However, since the .upgs not executed, we now have a large number of invalid database objects caused by missing .upg executions.

We are now trying to recreate or update install.tem so that it correctly picks up and runs the .upg files. However, when we run create-install-tem again, the .upg files are not being included, most likely because the system already reflects 25R1 in the database.

Question:
How can we generate an install.tem that still includes and executes the required .upg files at this stage?
We are hoping this scenario was considered and handled when the create-install-tem Java program was designed.


 

 


 


Forum|alt.badge.img+11
  • Hero (Employee)
  • January 13, 2026

There is no reliable way forward from what you have done. You will need to start from a new 24r1 db.
You will need a new clone from Prod.


Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • January 13, 2026

There is no reliable way forward from what you have done. You will need to start from a new 24r1 db.
You will need a new clone from Prod.

Thanks Henrik!