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

Commit cb83933

Browse files
committed
Merge branch '3-fix-documentation' into 'master'
#3: Fix documentation example for restore See merge request ix.ai/mariadb-backup!11
2 parents 553a15d + 812ef5f commit cb83933

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)