Skip to content

Commit d474f80

Browse files
committed
Fixed readme to match new backup file naming
1 parent 4813761 commit d474f80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,18 +1097,18 @@ docker run --name gitlab -it --rm [OPTIONS] \
10971097

10981098
The list of all available backups will be displayed in reverse chronological order. Select the backup you want to restore and continue.
10991099

1100-
To avoid user interaction in the restore operation, specify the timestamp of the backup using the `BACKUP` argument to the rake task.
1100+
To avoid user interaction in the restore operation, specify the timestamp, date and version of the backup using the `BACKUP` argument to the rake task.
11011101

11021102
```bash
11031103
docker run --name gitlab -it --rm [OPTIONS] \
1104-
sameersbn/gitlab:10.3.3 app:rake gitlab:backup:restore BACKUP=1417624827
1104+
sameersbn/gitlab:10.3.3 app:rake gitlab:backup:restore BACKUP=1515629493_2018_01_11_10.3.3
11051105
```
11061106

11071107
When using `docker-compose` you may use the following command to execute the restore.
11081108

11091109
```bash
11101110
docker-compose run --rm gitlab app:rake gitlab:backup:restore # List available backups
1111-
docker-compose run --rm gitlab app:rake gitlab:backup:restore BACKUP=1417624827 # Choose to restore from 1417624827
1111+
docker-compose run --rm gitlab app:rake gitlab:backup:restore BACKUP=1515629493_2018_01_11_10.3.3 # Choose to restore from 1515629493
11121112
```
11131113

11141114
## Host Key Backups (ssh)

0 commit comments

Comments
 (0)