Beginning with FME Server 2013, you can backup the configuration of your FME Server repositories, notifications, schedules, security and services.
Note: Backing up job history is not supported.
Note: Beginning with FME Server 2014, backup and restore of Resource Management directories is supported. By default, only the DATA Resource Management directory is configured for backup and restore. To adjust this behavior, manually adjust the <Migratable>
flag between true
and false
for the desired resource directory in the Shared Resource Management section of the fmeServerConfig.txt file, located in <FMEServerDir>\Server\.
For example, the following entry specifies that the Server logs directory is migratable:
SHAREDRESOURCE_DEF_1=FME_SHAREDRESOURCE_LOG|Logs|C:/Program Files/FMEServer//Logs/|true|This shared resource is the Server logs directory
The following options are provided for backing up your FME Server 2013 (or later) configuration:
Note: To backup a configuration of an FME Server 2012, see Backing Up an FME Server 2012 Configuration.
Beginning with FME Server 2013, a workspace is provided that can be scheduled to perform a backup of the Server configuration to an FME Feature Store (FFS) file. The configuration back up includes repositories, services, notifications, security settings and schedules.
To Enable a Schedule Backup
http://<host>/fmeserver
The following parameters are specific to the Backup_Configuration schedule:
Beginning with FME Server 2014, you can use the backup tool on the Migration page of the FME Server Web User Interface to backup your FME Server 2014 (or later) configuration.
http://<host>/fmeserver
When ready, your ServerConfigPackage.fsconfig file is downloaded to the default location on your machine.
You can use FME Workbench and the FME Server Configuration reader to back up your existing configuration.
Note: The FME Server Configuration reader is available in FME Desktop 2013 or later. For more information, see the FME Readers and Writers Help, included with your FME Desktop installation
To back up your FME Server configuration from Workbench:
The Generate Workspace dialog opens.
The initial workspace opens.
Note: When the workspace is created, you can still remove categories (feature types) that you do not need to export. Select them in the workspace, and then click Delete.
Note: For instructions for restoring your repository after you upgrade FME Server, see Restore Configuration from FME Server 2012 and Earlier.
Proceed to Uninstall.