vintagesucks/pimcore-dump-helper
not-reviewed
No Category
Detailsvintagesucks/pimcore-dump-helper
No Category
Project Summary
Pimcore database dump helper with focus on dump readability.
Readme
pimcore-dump-helper
Pimcore database dump helper with focus on dump readability.
Compatibility
- macOS (x86_64, arm64)
Installation
You can install the package via Composer:
composer require vintagesucks/pimcore-dump-helper --dev
Configuration
You have to configure PIMCORE_DB_DSN
in your environment:
PIMCORE_DB_DSN="mysql://user:password@127.0.0.1:3306/database"
Optionally you can set DUMP_NO_DATA
to skip data for some tables:
DUMP_NO_DATA="cache_items,edit_lock,tmp_store"
Usage
vendor/bin/pimcore-dump-helper database:dump