Destination PIM database initialization...
Migrating files data...
Migrating structure data...
Migrating families data...
Migrating system data...
Migrating jobs data...
Migrating groups data...
Migrating extra data...
Migrating enterprise edition data...
Migrating reference data...
[Akeneo\PimMigration\Domain\MigrationStep\s130_ReferenceDataMigration\ReferenceDataMigrationException]
Error: Step 13 - Reference Data Migration: The entity Akeneo\Bundle\MigrationBundle\Entity\Trilean is not configured
Trilean is a new reference data entity which is working in 1.6/1.7 and is valid with theses commands :
=> doc:mapp:info
[OK] XX\Bundle\CatalogBundle\Entity\Trilean
=> pim:reference-data:check
Checking configuration of "trilean"...
[OK] Reference data names must use only letters and be camel-cased.
[OK] Reference data models must implement "Pim\Component\ReferenceData\Model\ReferenceDataInterface".
[OK] Reference Data mapping must have a unique "code" field.
[OK] Product Value model must implement the required accessors.
[OK] Relation between the "XX\Bundle\CatalogBundle\Model\ProductValue" and the Reference Data must be configured.
Hi, I got an error at step 13 :
Trilean is a new reference data entity which is working in 1.6/1.7 and is valid with theses commands : => doc:mapp:info
=> pim:reference-data:check
It's a TranslatableCustomEntity
Destination PIM :
Source PIM :
Enterprise 1.7.14
CustomEntityBundle 1.10.3
EnhancedConnectorBundle 1.4.2