summaryrefslogtreecommitdiff
path: root/data/deprecations/15-8-redis-localhost.yml
diff options
context:
space:
mode:
Diffstat (limited to 'data/deprecations/15-8-redis-localhost.yml')
-rw-r--r--data/deprecations/15-8-redis-localhost.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/data/deprecations/15-8-redis-localhost.yml b/data/deprecations/15-8-redis-localhost.yml
new file mode 100644
index 00000000000..b18fcdc4318
--- /dev/null
+++ b/data/deprecations/15-8-redis-localhost.yml
@@ -0,0 +1,16 @@
+- title: "Non-standard default Redis ports are deprecated"
+ announcement_milestone: "15.8"
+ removal_milestone: "16.0"
+ breaking_change: true
+ reporter: jacobvosmaer-gitlab
+ stage: platforms # (required) String value of the stage that the feature was created in. e.g., Growth
+ issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/388269
+ body: |
+ If GitLab starts without any Redis configuration file present,
+ GitLab assumes it can connect to three Redis servers at `localhost:6380`,
+ `localhost:6381` and `localhost:6382`. We are changing this behavior
+ so GitLab assumes there is one Redis server at `localhost:6379`.
+
+ Administrators who want to keep the three servers must configure
+ the Redis URLs by editing the `config/redis.cache.yml`,`config/redis.queues.yml`
+ and `config/redis.shared_state.yml` files.