dotmailer / dotmailer-magento2-extension

The official Dotdigital for Magento2 extension
https://dotdigital.com/integrations/magento
MIT License
49 stars 63 forks source link

Not compatible with the "Split Database Mode" on EE. #493

Closed Taku-Yamashita closed 6 years ago

Taku-Yamashita commented 6 years ago

I'm using "split database mode" on M2-EE. and I divide into three databases such as ・magento ・magento_sales ・magento_quote

but I got below error when running setup:upgrade.

Module ‘Dotdigitalgroup_Email’: Installing data... magento stderr: [Zend_Db_Statement_Exception]
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘magento.sales_order’ doesn’t

cdiacon commented 6 years ago

Hi @Taku-Yamashita

The extension currently is not supporting the split databases due to the foreign keys relationship for some tables including sales_order that makes you see this error.

cdiacon commented 6 years ago

Closing as is not supported.