nemo64 / slimdump
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: ^7.1
- helhum/typo3-console: ^5.4
- jakeasmith/http_build_url: ^1.0
- typo3/cms-core: ~8.7.7
- webfactory/slimdump: ^1.8
This package is auto-updated.
Last update: 2024-11-12 21:53:59 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.