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 August 22, 2024 16:56
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_*