Announcement: You can find the guides for Commerce 7.5 and later on the new Elastic Path Documentation site. This Developer Center contains the guides for Commerce 6.13.0 through 7.4.1.Visit new site

This version of Elastic Path Commerce is no longer supported or maintained. To upgrade to the latest version, contact your Elastic Path representative.

Configuring Environment Settings for Data Export

Configuring Environment Settings for Data Export

Edit the importexporttool.config file and configure the environment settings for the system from which you are exporting data.

For example, for a MySQL database named commercedb on the local machine running on port 3306, your settings should look similar to this:
db.connection.url=jdbc:mysql://localhost:3306/commercedb?AutoReconnect=true&useUnicode=true&characterEncoding=utf-8
db.connection.username=root
db.connection.password=root
db.connection.driver_class=com.mysql.jdbc.Driver