Skip to content

Commit a6ce7dd

Browse files
authored
[README] Add missing restore flag (#4175)
1 parent 497db35 commit a6ce7dd

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
@@ -1024,7 +1024,7 @@ Task: Restore the CombineDatabase and the Backend files from a backup stored on
10241024
Run:
10251025

10261026
```bash
1027-
kubectl -n thecombine exec -it deployment/maintenance -- combine_restore.py [--verbose] [BACKUP_NAME]
1027+
kubectl -n thecombine exec -it deployment/maintenance -- combine_restore.py [--verbose] [--file BACKUP_NAME]
10281028
```
10291029

10301030
Note:

0 commit comments

Comments
 (0)