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.

Exporting a Change Set to the File System

Exporting a Change Set to the File System

To export a change set from the source instance to the file system, execute the following command from the data sync tool directory:

synctool -e -p <changeset_guid> -r <export_dir>
      

where:

  • <changeset_guid> is the GUID of the change set data files you want to export.
  • <export_dir> is the directory where the change set data files will be created. Put quotes around the directory if it contains spaces.

For example:

synctool -e -p F4D3310C-2AC8-20AA-6B5F-693-E49EF753D -r .\csdata
      

After this is done, the exported data needs to be Importing a Change Set from the File System.