Skip to content

Commit ef77293

Browse files
authored
Merge pull request #1472 from eiabea/master
Fixed readme to match new backup file naming
2 parents 780e8d4 + b99b5ba commit ef77293

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
@@ -1171,18 +1171,18 @@ docker run --name gitlab -it --rm [OPTIONS] \
11711171

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

1174-
To avoid user interaction in the restore operation, specify the timestamp of the backup using the `BACKUP` argument to the rake task.
1174+
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.
11751175

11761176
```bash
11771177
docker run --name gitlab -it --rm [OPTIONS] \
1178-
sameersbn/gitlab:12.9.5 app:rake gitlab:backup:restore BACKUP=1417624827
1178+
sameersbn/gitlab:12.9.5 app:rake gitlab:backup:restore BACKUP=1515629493_2018_01_11_10.3.6
11791179
```
11801180

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

11831183
```bash
11841184
docker-compose run --rm gitlab app:rake gitlab:backup:restore # List available backups
1185-
docker-compose run --rm gitlab app:rake gitlab:backup:restore BACKUP=1417624827 # Choose to restore from 1417624827
1185+
docker-compose run --rm gitlab app:rake gitlab:backup:restore BACKUP=1515629493_2018_01_11_10.3.6 # Choose to restore from 1515629493
11861186
```
11871187

11881188

0 commit comments

Comments
 (0)