Backing up and Restoring Operational Data

The operational data stored by a system is its most valuable asset. All precautions must be taken to preserve its integrity. It is highly recommended to perform regular database backups and certainly it is a very good idea to perform a backup before publishing a new business space version.

As backup and restore processes are quite sensitive it is also recommended to perform them when no one is using the system in the Operation Mode.

AwareIM uses two databases with the default names BASDB and BASDBTEST. These two databases need to be backed up on a regular basis. Generally, it is recommended that the database backup be performed using the tools provided by the specific database used with AwareIM. In certain cases, it is possible to perform a simple directory backup. For example, if the default Derby/Cloudscape database is used it is possible to backup the DATA directory located underneath the root directory of the AwareIM installation. To restore the data after the backup all you need to do is overwrite the DATA directory with the files from the backup.

An alternative to performing backup/restore of the database is to use the the Data Migration feature (see Data Migration). Using this feature, you can perform export of the entire operational data of a business space to create a backup file and then import the file to restore the operational data.