README: fixed backup command in upgrade instructions

This commit is contained in:
Sameer Naik 2014-02-24 22:47:13 +05:30
parent 74509b2b30
commit 9bb6324eba

View File

@ -329,7 +329,7 @@ docker stop <container-id>
- **Step 2**: Backup the application data.
```bash
docker run -i -t [OPTIONS] sameersbn/gitlab app:backup
docker run -i -t [OPTIONS] sameersbn/gitlab app:rake gitlab:backup:create
```
- **Step 3**: Update the docker image.