From 9524c1320abd2d3029c92695a5653bdb458ee9f8 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Wed, 9 Feb 2022 14:41:26 +0000 Subject: [PATCH] DEV: Include DISCOURSE_REDIS_REPLICA_HOST in cache_critical_dns (#15877) This is the replacement for DISCOURSE_REDIS_SLAVE_HOST --- script/cache_critical_dns | 1 + 1 file changed, 1 insertion(+) diff --git a/script/cache_critical_dns b/script/cache_critical_dns index 0b1ecbe343c..c7b8f17442a 100755 --- a/script/cache_critical_dns +++ b/script/cache_critical_dns @@ -15,6 +15,7 @@ CRITICAL_HOST_ENV_VARS = %w{ DISCOURSE_DB_REPLICA_HOST DISCOURSE_REDIS_HOST DISCOURSE_REDIS_SLAVE_HOST + DISCOURSE_REDIS_REPLICA_HOST } def log(msg)