Altova FlowForce Server 2026 Advanced Edition

This topic explains how to back up data in FlowForce Server. There are two possible options:

 

Partial backup from the Web administration interface

Backup of all FlowForce data

 

For details, see the subsections below.

 

Note: This topic does not cover backup and recovery of data external to FlowForce Server, such as files or directories that are input/output to jobs, FlowForce resources or local file-based databases. You will need to back up this data separately. It is recommended to keep all such external data (if possible) in the same directory for easier backup and maintenance.

 

Useful tips

If you plan to migrate data to a new machine in the future or restore it from a backup, the following tips will help simplify the process:

 

It is recommended to configure LicenseServer to have a fallback second server. For details, see the LicenseServer documentation (https://www.altova.com/documentation).

It is recommended to use standalone (not inline) credentials in all jobs. Jobs with inline credentials must be manually updated on the new server to match the local user accounts. In contrast, with standalone credentials, only the credentials themselves need to be updated - jobs remain unchanged.

If you run mappings deployed from MapForce, consider using resources rather than absolute paths for files and databases.

As an alternative to creating and maintaining users and roles directly in FlowForce Server, you might want to use Windows Active Directory or another LDAP Server with support for Directory Services. For details, see Directory Service Settings.

 

Partial backup from the Web administration interface

This type of backup includes only configuration data: jobs, credentials, deployed MapForce mappings and StyleVision transformations, resources, AS2 certificates, AS2 partners. It does not include application settings or users. Any FlowForce Server user can import and export configuration data if their permissions allow it.

 

To perform a backup of selected objects, log in to the FlowForce Web administration interface and use the Export functionality. To restore data, use the Import functionality.

 

Note: You can import configuration data into a FlowForce Server instance that is of the same or later version than the one from which data was exported. Importing configuration data into an earlier version of FlowForce Server may work but should be avoided.

 

Backup of all FlowForce application data

This approach requires access to the FlowForce Server instance-data directory (INSTANCEDIR) on the machine where FlowForce Server is installed. The instance-data directory includes all the data from the previous point as well as users and roles, including users and roles imported from a Directory Service such as Active Directory. The instance-data directory also includes application-level settings, such as email or LDAP server settings, password policies, and cluster settings.

 

The backup of all application data involves creating a copy of the FlowForce Server database (INSTANCEDIR) in a safe location from which you can later restore it if necessary. To save time and disk space, you will want the INSTANCEDIR directory to be as compact as possible. You can achieve this by performing the following optional steps before the actual backup:

 

1. Archive the old log records by creating a job that runs the archive-log function.

2. Delete old log records by creating a job that runs the truncate-log function.

3. Delete unused files by creating a job that runs the cleanup-files function.

4. Run the compactdb function.

 

You can now proceed with the actual backup as follows:

 

1. Stop the FlowForce Server and FlowForce Web Server services.

2. Create a copy of INSTANCEDIR in a safe directory (preferably on a different machine or disk) and name this copy, for example, INSTANCEDIR_BACKUP.

 

The private.db file in the INSTANCEDIR directory contains sensitive information, such as passwords and private keys. Ensure that the backup is stored in a secure location.

 

For instructions on how to restore data from a backup, see the topic Data Restoration.

 

© 2019-2025 Altova GmbH