diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2020-06-04 20:07:29 +0000 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2020-06-04 20:07:29 +0000 |
commit | dffa6ca4c7942285ea3f2ae5472001f61b1feb96 (patch) | |
tree | 1a9501436dfd7d9e118398924735386a6eb88b46 /www/gitlab-ce/files/patch-config_redis.shared__state.yml.example | |
parent | Update xfce4-stopwatch-plugin to 0.4.0 (diff) |
Update to gitlab-ce 13.0.5.
Changelog:
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/
https://about.gitlab.com/releases/2020/05/22/gitlab-13-0-released/
https://about.gitlab.com/releases/2020/05/27/security-release-13-0-1-released/
https://about.gitlab.com/releases/2020/05/29/gitlab-13-0-3-released/
https://about.gitlab.com/releases/2020/06/03/critical-security-release-13-0-4-released/
Make sure you read the upgrade manual very carefully, there is a manual change in file:
/usr/local/share/gitaly/config.toml
required that the diff does not show.
Diffstat (limited to 'www/gitlab-ce/files/patch-config_redis.shared__state.yml.example')
-rw-r--r-- | www/gitlab-ce/files/patch-config_redis.shared__state.yml.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/gitlab-ce/files/patch-config_redis.shared__state.yml.example b/www/gitlab-ce/files/patch-config_redis.shared__state.yml.example new file mode 100644 index 000000000000..1e7e1b9e5a11 --- /dev/null +++ b/www/gitlab-ce/files/patch-config_redis.shared__state.yml.example @@ -0,0 +1,11 @@ +--- config/redis.shared_state.yml.example.orig 2020-05-23 10:48:31 UTC ++++ config/redis.shared_state.yml.example +@@ -18,7 +18,7 @@ test: + # url: redis://localhost:6382 + production: + # Redis (single instance) +- url: unix:/var/run/redis/redis.shared_state.sock ++ url: unix:/var/run/redis/redis.sock + ## + # Redis + Sentinel (for HA) + # |