From 874b2705ce5f4d5c7819d88e0cfec48cd2207a53 Mon Sep 17 00:00:00 2001 From: "marcio.fernandes" Date: Sat, 1 Oct 2022 16:58:58 +0100 Subject: [PATCH] Update 'documentation/restore.md' --- documentation/restore.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/documentation/restore.md b/documentation/restore.md index 29af979..f1fedc5 100644 --- a/documentation/restore.md +++ b/documentation/restore.md @@ -15,11 +15,11 @@ Restore everything from backup to original folders ### DB Engine not the same -Restore everything except db_data folders (db_dumps must be include in restore\) +Restore everything except db_data folders (db_dumps must be included) #### Restore Database -1) confirm if DB container is running -2) enter on duplicati container bash +- Confirm if DB container is running (only db and duplicati should be running) +- Execute on duplication bash (using portainer) execute: ```bash @@ -36,8 +36,8 @@ DB_ROOT_PASSWORD=youdbrootpassword mysql -uroot -p'${DB_ROOT_PASSWORD}' ${DB_NAME} < /git/db-dumps/$DB_FILE ``` -3) start git aplication and check everyting is ok -4) Execute backup on duplicati +3) start all stop containers and check everyting is ok +4) Execute backup on duplicati 5) Check backup is restorable 6) Re Enable schedule backups on duplication