From 79e49d7a6b169639c378bc0543ce97160111f331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 30 Jan 2023 12:53:01 +0100 Subject: [PATCH] Updated Backup & Restore Data (markdown) --- Backup-&-Restore-Data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.