/pimcore-dump-helper

💾 Pimcore database dump helper with focus on dump readability.

Primary LanguagePHPMIT LicenseMIT

pimcore-dump-helper

Build Status Dependabot Latest Version

Pimcore database dump helper with focus on dump readability.

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