Merge pull request #272 from famousgarkin/master

more clear upgrade backup version instructions
This commit is contained in:
Sameer Naik 2015-03-10 14:47:33 +05:30
commit eba583a12a

View File

@ -897,10 +897,10 @@ docker rm gitlab
```bash
docker run --name=gitlab -it --rm [OPTIONS] \
sameersbn/gitlab:xx.xx.xx app:rake gitlab:backup:create
sameersbn/gitlab:x.x.x app:rake gitlab:backup:create
```
Replace **xx.xx.xx** with the version you are upgrading from. For example, if you are upgrading from version `6.0.0`, set `xx.xx.xx` to `6.0.0`
Replace `x.x.x` with the version you are upgrading from. For example, if you are upgrading from version `6.0.0`, set `x.x.x` to `6.0.0`
- **Step 4**: Start the image