Files
git.limbosolutions.com/documentation/restore.md

29 lines
586 B
Markdown

# restore
1) Setup
2) stop all containers except duplicati
### restore storate
1) Duplicati web UI import backup job
note: disable schedules
### database engine is the same
2) restore everything to original folders
### database engine not the same
restore everything except db_data folders (db_dumps must be include in restore\)
### restore database
1) confirm if DB container is running
2) enter on duplicati container bash
execute:
```bash
mysql -uroot -p'${DB_ROOT_PASSWORD}' ${DB_NAME} < /git/db-dumps/filelename.sql
```
3) start git aplication and check everyting is ok