Skip to main content
Version: 2024.1

Execution Configuration

Depending on the configuration there are different options to start an actual import.

When data source is push, the import process starts every time data is pushed to the corresponding endpoint. There is no further configuration possible or needed.

For all the other data sources, Pimcore needs a trigger to start the import process. Following triggers are available.

Manual Execution

Clicking on the Manual Execution Start button in the configuration editor manually starts the import.

Manual Execution StartManual Execution StartManual Execution Start

Cron-based Execution

Besides the Manual Execution Start button there is also the possibility to configure a cron definition based on which the import starts on a regular base, e.g. every 10 Minutes, once a day, etc.

Cron DefinitionCron DefinitionCron Definition

See for example Crontab Guru for possibilities and a generator for generating cron definitions.

Make sure datahub:data-importer:execute-cron command is setup properly during installation.

Command-based Execution

It is also possible to imports with executing the datahub:data-importer:prepare-import command on the commandline.

For further details on import execution also see Import Execution Details.