Show TOC

Data RestorationLocate this document in the navigation structure

Extract the log store contents from backup files to restore data.

To restore files created during an online backup, you need to rename the .bak files. If you did an offline backup, this is not required.

On Linux and Solaris systems, the tar -xvf command puts the backup files in their original directories:
  • Project files ending in .ccl, .ccr, and .ccx in the workspace folder, /SybaseESP/5.1/workspace, unless you overrode the default when installing ESP.
  • The cluster.log.properties file in $STREAMING_HOME/cluster/config/<cluster-name>.
  • Security configuration files in $STREAMING_HOME/security.
  • Log store files in the folder you specified when you created the log stores.
  • Any external files used by your projects.
On Windows systems, the WinZip or pkunzip command puts the backup files in their original folders:
  • Project files ending in .ccl, .ccr, and .ccx in the workspace folder, /SybaseESP/5.1/workspace unless you overrode the default when installing ESP.
  • The cluster database file, $STREAMING_HOME/cluster/config/<cluster-name>/esp_cluster.db.
  • The cluster.log.properties file in >%STREAMING_HOME%/cluster/config/<cluster-name>.
  • Security configuration files in %STREAMING_HOME%\security, if you have modified them.
  • Log store files in the folder you specified when you created the log stores.
  • ODBC.INI file in C:\Windows if you are using the ODBC driver for ESP.
  • Any external files used by your projects.