mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-23 19:39:31 +00:00
Added an command to backup the data of Part-DB easily
This fixes issue #86.
This commit is contained in:
parent
5bf68632c3
commit
2c03a6e683
4 changed files with 352 additions and 2 deletions
|
|
@ -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%'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue