Test/Staging creation from copy of Production DBs using just config files.
CLM 405
LDAP
SQL Server
Tomcat
Not to draw out the issue, but I can't get a copy of the production VM server. I can get a copy of the DBs.
Is it possible to install a brand new 405 server from scratch on a new machine and just use the following files to recreate the environment?
LDAP
SQL Server
Tomcat
Not to draw out the issue, but I can't get a copy of the production VM server. I can get a copy of the DBs.
Is it possible to install a brand new 405 server from scratch on a new machine and just use the following files to recreate the environment?
jts/teamserver.properties
ccm/teamserver.properties
qm/teamserver.properties
admin/admin.properties
admin/friends.rdf
rm/fronting.properties
rm/friendsconfig.rdf
One answer
No. See https://jazz.net/wiki/bin/view/Deployment/BackupCLM for what files need to be considered. You could recreate the index files, I believe, but you are still missing server configuration files dependent on the app server you use.
Comments
Thanks Ralph,
From your link, if I am doing an All-in-one deployment, what is the difference between CCM_CONFIG and CCM_SERVER_CONFIG?
It looks like from your link, for my all-in-one deployment, I need to copy INSTALL/server/conf, INSTALL/server/tomcat/conf and the index files (which I will just recreate). Is this correct?