What Failover Replicates
- Last Updated: May 15, 2026
- 2 minute read
- MOVEit Automation
- Version 2026
- Documentation
The following settings are automatically replicated from the primary node to the secondary node:
- The configuration file miccfg.xml, which contains most MOVEit Automation settings, including definitions of tasks, hosts, scripts, SSH keys, date lists, and so on.
- The StateFiles folder, which contains various XML configuration files specific to individual hosts/tasks. Each “state” file contains information such as date/timestamps for determining file newness, saved directory listings for synchronization tasks, and more.
- The tamper detection file michash.xml, which contains information used to detect tampering of the database.
- The PGP keyrings, PGPPath\secring.pgp and PGPPath\pubring.pgp. These files contain the PGP keys used by MOVEit Automation, if the optional PGP capability has been licensed.
- The MICSTATS database, a database which contains a record of tasks that were run, files that were transferred, and administrator actions that were performed.
- Creation, deletion, and other manipulation of local Windows users and groups used to access MOVEit Automation. (Domain users and groups don't need to be replicated as long as both failover nodes are members of the same domain.)Note: Only users created in MOVEit Automation are replicated.
- SSL certificates, in the Microsoft Windows certificate store. This includes:
- Client certificates, with private keys, optionally used to identify MOVEit Automation when connecting to secure FTP and MOVEit Transfer servers.
- Server certificates, with private keys, used to secure communications with MOVEit Automation Admin.
- Other people's certificates, without private keys, used for sending S/MIME email (a rarely used capability).

The following are not replicated:
- The registry key, which can be found in one of the following locations:
-
HKEY_LOCAL_MACHINE\Software\Standard Networks\MOVEitCentral -
HKEY_LOCAL_MACHINE\Software\Wow6432Node\Standard Networks\MOVEitCentral -
HKEY_LOCAL_MACHINE\Software\Standard Networks\MOVEitCentral\KeymatThis key contains infrequently-changed settings such as the license key, the directory used for temporary files, and so on. These settings are maintained by the MOVEit Automation configuration program. If you run this configuration program and make changes on one node, you should make those same changes to the other node.
-
- The temporary "cache" directory. Any files stored temporarily by a running task are not replicated to the secondary node. The state of any tasks that were running are lost. Those tasks will be run at the next normally scheduled interval on the secondary node after it takes over.
- The TLS certificate used by MOVEit Automation Web Admin is not replicated between failover nodes. As a result, administrators must manually install or update the Web Admin TLS certificate on each failover node.
-
Failover and configuration replication do not include external files that are referenced by the MOVEit Automation configuration. For example, if you use Amazon S3 Config File authentication, the AWS config file must exist in the same path on both the primary and secondary nodes. If the file is updated, you must manually copy the updated file to each node to keep them in sync.