Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Foreign key check fails during the anonymization #51

Closed
lbajsarowicz opened this issue Dec 4, 2022 · 0 comments
Closed

Foreign key check fails during the anonymization #51

lbajsarowicz opened this issue Dec 4, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@lbajsarowicz
Copy link

Database dump has completed.
Importing database into RDS. Please wait... This will take a long time.
<debug>mysql --user=root --password=magento --host=tmp-mysql --port=3306  magento_integration_tests < /tmp/driver-62136e.sql</debug>
ERROR 1146 (42S02) at line 16014: Table 'magento_integration_tests.catalog_product_entity' doesn't exist
Import to RDS instance failed.
Shutting down RDS

This is because each table is dumped separately and at the end of each piece of dump, foreign keys check is enabled again. As a result, database consistency is checked and it fails.

@michalbiarda michalbiarda added this to the 4.0.0 milestone Dec 8, 2022
@michalbiarda michalbiarda moved this to Todo in Driver Dec 8, 2022
@michalbiarda michalbiarda self-assigned this Dec 21, 2022
@michalbiarda michalbiarda moved this from Todo to In Progress in Driver Dec 21, 2022
@michalbiarda michalbiarda moved this from In Progress to Done in Driver Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

No branches or pull requests

2 participants