ermdb export

Note: For instructions on installing and running the Administration Utility, see Getting Started with the Administration Utility.
The ermdb export command allows you to export the routing databases configured on the server to a file. This file can then be used to import into another instance using the ermdb import command, either as a backup, or for migration from one instance to another. You must have the Enterprise Routing Module installed to use this command.
Note: The ermdb export command will always create an export filename name ermDbResource.txt

Usage

ermdb export --directory directory_name
Note: To see a list of parameters, type help ermdb export.
Required Argument Description
No --directory or --o directory_name

Specifies the name of the directory on the file system where to export the database file. The export command will always create an export filename name ermDbResource.txt. If this parameter is not specified, the export file will be created in the directory where the export command is being executed.

Example

This example creates an export database file in the E:/ERM-US/export directory.

ermdb export --directory E:/ERM-US/export