You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This file only reflects the changes that are made in the the docker image. Please refer to the upstream GitLab CI [CHANGELOG](https://github.com/gitlabhq/gitlab-ci/blob/master/CHANGELOG) for the list of changes in GitLab CI.
Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the postgresql container as they are specified in the `docker run` command for the postgresql container. This is made possible using the magic of docker links and works with the following images:
Here the image will also automatically fetch the `DB_NAME`, `DB_USER` and `DB_PASS` variables from the mysql container as they are specified in the `docker run` command for the mysql container. This is made possible using the magic of docker links and works with the following images:
@@ -397,7 +397,7 @@ The image can be configured to use an external redis server instead of starting
In this configuration, any requests made over the plain http protocol will automatically be redirected to use the https protocol. However, this is not optimal when using a load balancer.
GitLab CI will now be accessible at the `/ci` path, e.g. `http://www.example.com/ci`.
@@ -673,7 +673,7 @@ Execute the rake task to create a backup.
673
673
674
674
```bash
675
675
docker run --name gitlab-ci -it --rm [OPTIONS] \
676
-
sameersbn/gitlab-ci:8.0.0 app:rake backup:create
676
+
sameersbn/gitlab-ci:8.0.2 app:rake backup:create
677
677
```
678
678
679
679
A backup will be created in the backups folder of the [Persistence](#persistence). You can change the location of the backups using the `GITLAB_CI_BACKUP_DIR` configuration parameter.
@@ -694,7 +694,7 @@ Execute the rake task to restore a backup. Make sure you run the container in in
694
694
695
695
```bash
696
696
docker run --name gitlab-ci -it --rm [OPTIONS] \
697
-
sameersbn/gitlab-ci:8.0.0 app:rake backup:restore
697
+
sameersbn/gitlab-ci:8.0.2 app:rake backup:restore
698
698
```
699
699
700
700
The list of all available backups will be displayed in reverse chronological order. Select the backup you want to restore and continue.
@@ -703,7 +703,7 @@ To avoid user interaction in the restore operation, specify the timestamp of the
0 commit comments