Skip to content

Instantly share code, notes, and snippets.

View amcguireweb's full-sized avatar

Aaron McGuire amcguireweb

View GitHub Profile
@paales
paales / n98-magerun.yaml
Last active July 30, 2018 19:35
Export a Magento database without the products or without the categories, place this file in app/etc/. Docs about creating a custom dump command: https://github.com/netz98/n98-magerun/wiki/Stripped-Database-Dumps
commands:
N98\Magento\Command\Database\DumpCommand:
table-groups:
- id: products
description: Skip all product tables.
tables: >
catalog_category_product*
catalog_compare_item
catalog_product_*
cataloginventory_stock_*