mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
README: use the app:backup command in the upgrade instructions.
This commit is contained in:
parent
d47e1b9d39
commit
e1dd9e08ed
@ -231,10 +231,10 @@ If you upgrading from previous version, please make sure you run the container w
|
||||
docker stop <container-id>
|
||||
```
|
||||
|
||||
**Step 2: Backup the database in case something goes wrong.**
|
||||
**Step 2: Backup the application data.**
|
||||
|
||||
```bash
|
||||
mysqldump -h <mysql-server-ip> -ugitlab -p --add-drop-table gitlabhq_production > gitlab.sql
|
||||
docker run -i -t [OPTIONS] sameersbn/gitlab app:backup
|
||||
```
|
||||
|
||||
**Step 3: Update the docker image.**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user