diff --git a/Backup-&-Restore-Data.md b/Backup-&-Restore-Data.md index 1908266..81a9f9d 100644 --- a/Backup-&-Restore-Data.md +++ b/Backup-&-Restore-Data.md @@ -2,7 +2,7 @@ When working productively you should backup the data and configuration of Part-DB regularly to prevent data loss. This is also useful, if you want to migrate your Part-DB instance from one server to another. In that case you just have to backup the data on server 1, move the backup to server 2, install Part-DB on server 2 and restore the backup. -## Backup (automatic) +## Backup (automatic / Part-DB supported) Part-DB includes a command `php bin/console partdb:backup` which automatically collects all the needed data (described below) and saves them to a ZIP file. If you are using a MySQL/MariaDB database you need to have `mysqldump` installed and added to your `$PATH` env.