vintagesucks / pimcore-dump-helper

💾 Pimcore database dump helper with focus on dump readability.

Home Page:https://packagist.org/packages/vintagesucks/pimcore-dump-helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pimcore-dump-helper

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

About

💾 Pimcore database dump helper with focus on dump readability.

https://packagist.org/packages/vintagesucks/pimcore-dump-helper

License:MIT License


Languages

Language:PHP 79.4%Language:C 17.8%Language:Makefile 2.8%