Skip to main content
ABBYY FlexiCapture stores data in a database and in a file storage. The two must always match. If they drift apart, you may not be able to recover cleanly from an unexpected crash. Mismatched data has two possible consequences:
  • Partial loss of data
  • Inability to resume processing from where it stopped
A regular system backup avoids both consequences.

Back up your system

Backing up takes four steps, two of which change an Application Server key.
Run the backup at times of low system load. Under heavy load it takes too long to complete.
1

Stop the Application Server deleting old files

Set the FileRemovingDisabled key to true, and then wait at least five minutes for the change to take effect.
2

Back up the database

Use the backup tools supplied by your database manufacturer.
3

Back up the file storage

Use a backup utility such as nnBackup.
4

Let the Application Server delete old files again

Set the FileRemovingDisabled key back to false. The system then deletes old files whenever batches are deleted.

Automate the backup with a Windows PowerShell script

The example uses the Windows wbadmin command to back up the file storage.

Restore your system

Restoring rebuilds the installation, and then reconnects it to the restored database and file storage.
Migrating a system requires administrative privileges, and the person who created the database should carry it out. If someone else does, confirm first that they can reach the new server and its database.
1

Install the system on the prepared computers

Install the external components first, and then the servers and the stations.
2

Connect your license key or activate your software license

For more information, see Activate a license.
3

Restore the database on the server

Use the restore tools supplied by your database manufacturer.
4

Restore the file storage

Use the same backup utility you used to create the copy.
5

Connect the Application Server to the restored database

Open the Administration and Monitoring Console and connect to the existing database. Provide the path to the restored database and the path to the restored file storage.