nemo64/slimdump

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

v1.0.0 2018-06-22 08:53 UTC

This package is auto-updated.

Last update: 2024-04-12 20:44:06 UTC


README

This package creates the typo3 cli command slimdump:run.

This command is preconfigured with the database credentials of your typo3 instance the command is run in.

It is also preconfigured to exclude cache and session tables. It will search for slimdump config files in all extensions under EXT:*/Resources/Private/Slimdump/default.xml. That's also the way you can easily add more configurations. If you want more presets, you can run slimdump:run with --config minimal wich will load EXT:*/Resources/Private/Slimdump/minimal.xml or you can specify a complete path like --config path/to/my/config.xml.

Since slimdump accepts multiple config files, you can add multiple too by seperating them with a comma --config minimal,remove-personal-data,path/to/another/config.xml.

how to install

composer require nemo64/slimdump. There is no other way planned at the moment.