Skip to content
This repository was archived by the owner on Apr 10, 2025. It is now read-only.

Commit 812ef5f

Browse files
committed
#3: Fix documentation example for restore
1 parent 553a15d commit 812ef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ docker start my-backup
5252
To **restore a backup** into a MySQL container via `docker` CLI client:
5353

5454
```bash
55-
docker run --name my-restore -e DB_HOST=mariadb -e DB_PASS=amazing_pass -v /var/mysql_backups:/backup registry.gitlab.com/ix.ai/mariadb-backup:latest
55+
docker run --name my-restore -e DB_HOST=mariadb -e DB_PASS=amazing_pass -e MODE=RESTORE -v /var/mysql_backups:/backup registry.gitlab.com/ix.ai/mariadb-backup:latest
5656
```
5757

5858
## Script example

0 commit comments

Comments
 (0)