I have backup of production Alfresco 4.2 Enterprise
server consisting of:
- database;
- folders Tomcat7
, Alfresco
(where alf_data
, alfresco-global.properties
and etc).
Currently I'm deploying new standby server with production configuration and planning to make this with minimal efforts - without installing modules, configuring Tomcat, SOLR and etc. The configuration of production and stanby server must be identical.
It can be used for reservation, for example, if primary server will fall. In this case just requires to restore repo data (db, content store, indexes) on standby server from relevant production backup.
To setup standby server I'm planning to use these steps:
1) Install OS and Alfresco. Stop tomcat7
service on new server.
2) Restore production database with different name from the backup.
3) Delete Alfresco
and Tomcat7
folders from new installation.
4) Restore production folders Alfresco
and Tomcat7
on new server from the backup.
5) Edit main properties in alfresco-global.properties
like db.name
, alfresco.host
, share.host
and also options in catalina.sh
.
6) Start tomcat7
service on new server.
Will these steps corrected?