debian-mirror-gitlab/data/removals/16_0/16-0-redis-config-env.yml
2023-07-09 08:55:56 +05:30

13 lines
610 B
YAML

- title: "Configuring Redis config file paths using environment variables is no longer supported"
announcement_milestone: "15.8"
removal_milestone: "16.0"
breaking_change: true
reporter: marcogreg
stage: platforms
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/388255
body: |
You can no longer specify Redis configuration file locations
using the environment variables like `GITLAB_REDIS_CACHE_CONFIG_FILE` or
`GITLAB_REDIS_QUEUES_CONFIG_FILE`. Use the default
configuration file locations instead, for example `config/redis.cache.yml` or
`config/redis.queues.yml`.