CMDBuild Forum

Go-Live mechanism

Hi,

What's the usual mechanism to promote changes from development to production environment?

I mean, for example, I need to create 20 new reference attributes with complex filters in 10 different classes so I create them in my dev environment, test them and then move the changes to production environment. How would I do it?

 

Thanks in advance for your help.

Alex.

CMDBuild has an additional log file (see parameter log4j.appender.DD.File tomcat_home_cmdbuild in ${tomcat_home_cmdbuild}/webapps/$
{cmdbuild_instance}/WEB-INF/conf), which saves all changes to the data dictionary.
So you can re-run the commands of a time interval you like (by eliminating the time and date at the left margin) to align a different CMDBuild instance.
CMDBuild Team