Page MenuHomePhabricator

[quarry] Consolidate the redis configuration, stop using the db server for redis
Closed, InvalidPublic

Description

Write the description below

It seems that we are using both, the redis server and the db server as redis services, from web-01 and web-02:

# web-01
root@quarry-web-01:/srv/quarry# grep REDIS_HOST quarry/config.yaml
REDIS_HOST: 'quarry-db-01.quarry.eqiad.wmflabs'

# web-02
root@quarry-web-02:~# grep REDIS_HOST /srv/quarry/quarry/config.yaml
REDIS_HOST: 'quarry-redis-01.quarry.eqiad1.wikimedia.cloud'

This blocks deleting the db-01 and replacing it with trove.

Event Timeline

dcaro triaged this task as High priority.Aug 31 2021, 8:26 AM
dcaro created this task.

This might be intended to separate the old (using the db server as redis) and the buster deployment (using the redis VM for it instead).

Might get solved once we move to buster.

This was intended and temporary.