vintagesucks/pimcore-dump-helper

Pimcore database dump helper with focus on dump readability.

v0.0.2 2023-06-15 06:34 UTC

README

Build Status Dependabot Latest Version

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