Skip to content

Instantly share code, notes, and snippets.

@peterjaap
Created November 30, 2020 12:42
Show Gist options
  • Save peterjaap/5a1d02c8c43218c619cff661da27239a to your computer and use it in GitHub Desktop.
Save peterjaap/5a1d02c8c43218c619cff661da27239a to your computer and use it in GitHub Desktop.
dbdiff config file for M2 - see https://github.com/DBDiff/DBDiff
server1:
user: peterjaap
password:
port: 3306
host: db
server2:
user: peterjaap
password:
port: 3306
host: db
template: templates/simple-db-migrate.tmpl
type: data
include: all
nocomments: true
tablesToIgnore:
- admin_user_session
- catalog_category_product_index_store1
- log_report
- kiwicommerce_activity
- kiwicommerce_activity_detail
- kiwicommerce_activity_log
- kiwicommerce_login_activity
- admin_system_messages
- catalog_product_index_eav_replica
- mageplaza_webhook_history
- catalog_product_index_price_replica
- cataloginventory_stock_status_replica
- catalog_product_index_eav
- cataloginventory_stock_item
- indexer_state
fieldsToIgnore:
catalog_product_entity:
- updated_at
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment