mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge pull request #272 from famousgarkin/master
more clear upgrade backup version instructions
This commit is contained in:
commit
eba583a12a
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user