Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'data/removals/16_0/16-0-redis-localhost.yml')
-rw-r--r--data/removals/16_0/16-0-redis-localhost.yml16
1 files changed, 0 insertions, 16 deletions
diff --git a/data/removals/16_0/16-0-redis-localhost.yml b/data/removals/16_0/16-0-redis-localhost.yml
deleted file mode 100644
index 1b15efe4749..00000000000
--- a/data/removals/16_0/16-0-redis-localhost.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-- title: "Non-standard default Redis ports are no longer supported"
- announcement_milestone: "15.8"
- removal_milestone: "16.0"
- breaking_change: true
- reporter: marcogreg
- 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`.
-
- If you want to keep using the three servers, you must configure
- the Redis URLs by editing the `config/redis.cache.yml`,`config/redis.queues.yml`,
- and `config/redis.shared_state.yml` files.