24 lines
465 B
Markdown
24 lines
465 B
Markdown
# restore
|
|
1) Setup
|
|
2) stop all containers
|
|
|
|
### restore storate
|
|
1) enter duplicati import backup job
|
|
2) restore for original folders (including db-d)
|
|
Atention only restore db storage files if db engine is de same
|
|
|
|
### 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
|
|
|
|
|
|
|
|
|