vintagesucks/pimcore-dump-helper

This package is abandoned and no longer maintained. No replacement package was suggested.

Pimcore database dump helper with focus on dump readability.

Maintainers

Package info

github.com/vintagesucks/pimcore-dump-helper

Homepage

Type:pimcore-bundle

pkg:composer/vintagesucks/pimcore-dump-helper

Statistics

Installs: 2 044

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-01 17:33:57 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