From ab6e3ae1eb55f45e65c76fc608ea8094fcdc23f6 Mon Sep 17 00:00:00 2001 From: Josef Handl <456334@mail.muni.cz> Date: Mon, 21 Oct 2019 14:55:29 +0200 Subject: [PATCH] las > fix path in recover db doc --- admindoc/las/recover-db.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admindoc/las/recover-db.md b/admindoc/las/recover-db.md index d2582b8..5760f09 100644 --- a/admindoc/las/recover-db.md +++ b/admindoc/las/recover-db.md @@ -14,7 +14,7 @@ nav_order: 3 > The selected directory must have a **mysql** and **neo4j** directory inside. ## 2. Run script -> Execute `/home/lasuser/las-docker-edirex-ansible/roles/backup/files/restore_mysql.sh` script. +> Execute `/home/lasuser/tools/restore_mysql.sh` script. ## 3. That is all. > The script will overwrite **MySQL** inside **lasmysql** container and download image for another container called **docker-neo4j-backup** connected to neo4j data volume with **recover** parameter. This container will replace current data with data from backup and restart the container. Please check script log to make sure the process was successful. -- GitLab