From 64980653da13c0741ebd2fab948d277b7e6b793d Mon Sep 17 00:00:00 2001 From: Alex Lewin Date: Tue, 31 Mar 2026 16:25:17 +0100 Subject: [PATCH] Update Elasticsearch container names --- compose | 2 +- compose-etl | 2 +- compose-live | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose b/compose index 3ef8ed30fd..5e0eadfc3b 100755 --- a/compose +++ b/compose @@ -58,7 +58,7 @@ fi API_NAME=$SITE-api-$ENV-$API_VERSION APP_NAME=$SITE-app-$ENV-$APP_VERSION PG_CONTAINER_NAME=$SITE-pg-$ENV -ES_CONTAINER_NAME=$SITE-elasticsearch-v8-live +ES_CONTAINER_NAME=$SITE-elasticsearch-v9-live # The content repo is named differently for both sites in a non-standard way: if [ "$SUBJECT" == "ada" ]; then diff --git a/compose-etl b/compose-etl index 2a479c597b..2073b3c1a1 100755 --- a/compose-etl +++ b/compose-etl @@ -49,7 +49,7 @@ if [ -z $API_VERSION ]; then fi ETL_NAME=$SITE-etl-$API_VERSION -ES_CONTAINER=$SITE-elasticsearch-v8-live +ES_CONTAINER=$SITE-elasticsearch-v9-live # The content repo is named differently for both sites in a non-standard way: if [ "$SITE" == "ada" ]; then diff --git a/compose-live b/compose-live index 7ad0943d55..c12008b925 100755 --- a/compose-live +++ b/compose-live @@ -51,7 +51,7 @@ fi API_NAME=$SITE-api-$ENV-$API_VERSION APP_NAME=$SITE-app-$ENV-$APP_VERSION PG_CONTAINER=$SUBJECT-pg-$ENV -ES_CONTAINER=$SITE-elasticsearch-v8-live +ES_CONTAINER=$SITE-elasticsearch-v9-live # The content repo is named differently for both sites in a non-standard way: if [ "$SUBJECT" == "ada" ]; then