Merge pull request #1174 from codereviewvideos/patch-1

fix version inconsistency in DB restore task doc
This commit is contained in:
Niclas Mietz 2017-04-17 10:03:07 +02:00 committed by GitHub
commit fc4cdbc14d

View File

@ -1070,7 +1070,7 @@ you need to prepare the database:
```bash
docker run --name gitlab -it --rm [OPTIONS] \
sameersbn/gitlab:8.14.4 app:rake db:setup
sameersbn/gitlab:9.0.5 app:rake db:setup
```
Execute the rake task to restore a backup. Make sure you run the container in interactive mode `-it`.