You can restore a backup of your application configuration to an
instance of the Endeca Configuration Repository using the
import_site script provided with the Deployment
Template.
The script takes a file created by a previous export and imports its
content to the Endeca Configuration Repository. The script connects to the
Endeca Configuration Repository instance for the current application based on
the configuration in
AppConfig.xml.
Restoring backups of the ECR is supported only between instances of the same release version.
To restore a backup of your application configuration in the Endeca Configuration Repository:
Navigate to the
controldirectory of your deployed application, for example,C:\Endeca\apps\discover\control.Run the
import_sitescript, passing in the file name of the backup, as in the following examples:On Windows:
import_site.bat discover-21-12-2012.xml
On UNIX:
./import_site.sh discover-21-12-2012.xml
Run the
baseline_updatescript to publish updated information to the MDEX Engine.Run the
set_templatesscript to push updated templates to the repository.

