Warning: You are browsing the documentation from version 4 to 10 of Pimcore. Please visit https://pimcore.com/docs/platform/ for the latest versions of Pimcore.
Version:

Installation

This bundle depends on two other bundles:

To install the bundle you can execute:

composer require pimcore/data-hub-file-export

All bundles should be downloaded automatically by composer. Before you install this bundle, please enable/install the required bundles mentioned above.

Please make sure, that the Bundles are loaded in following order:

  1. ElementsProcessManagerBundle
  2. PimcoreDataHubBundle
  3. PimcoreDataHubFileExportBundle
  4. Custom Bundles which extend the PimcoreDataHubFileExportBundle

Normally they should be loaded in this order automatically, but you might have to change the priority (in the extension manager or when you enable the bundle).

These steps should enable/install the required bundles

./bin/console pimcore:bundle:enable PimcoreDataHubBundle
./bin/console pimcore:bundle:install PimcoreDataHubBundle

./bin/console pimcore:bundle:enable ElementsProcessManagerBundle
./bin/console pimcore:bundle:install ElementsProcessManagerBundle
#setting up the seperate cronjob and disabling it in the maintenance ist recommended (@see https://github.com/elements-at/ProcessManager/blob/master/doc/installationAndUpdates.md)

./bin/console pimcore:bundle:enable PimcoreDataHubFileExportBundle
./bin/console pimcore:bundle:install PimcoreDataHubFileExportBundle

Please also have a look at Export Setup to see if additional cron jobs need to be configured for your setup.

After the installation you should see the File export adapter in the DataHub configuration panel schema-definition