Added an command to backup the data of Part-DB easily

This fixes issue #86.
This commit is contained in:
Jan Böhmer 2023-01-29 00:47:03 +01:00
parent 5bf68632c3
commit 2c03a6e683
4 changed files with 352 additions and 2 deletions

View file

@ -233,3 +233,7 @@ services:
# We are needing this service inside of a migration, where only the container is injected. So we need to define it as public, to access it from the container.
App\Services\UserSystem\PermissionPresetsHelper:
public: true
App\Command\BackupCommand:
arguments:
$project_dir: '%kernel.project_dir%'