dffa6ca4c7
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.
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
--- 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)
|
|
#
|