From 0ef9c36a243d7d3a253a2438f1b450c823ecc316 Mon Sep 17 00:00:00 2001 From: Terry Wilcox Date: Tue, 28 Jul 2026 13:24:01 -0600 Subject: [PATCH] chore: upgrade to v2.9.10 in euc11 (staging) Ref POOLER-617 --- deploy/upgrade/staging.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/upgrade/staging.config b/deploy/upgrade/staging.config index a756a54d..4aa4a664 100644 --- a/deploy/upgrade/staging.config +++ b/deploy/upgrade/staging.config @@ -1,9 +1,9 @@ [ - {upgrade_from, "2.9.7"}, %% base on VM, last hard - {upgrade_previous, "2.9.7"}, %% current version on VM, includes soft deploys + {upgrade_from, "2.9.6-rc.0"}, %% base on VM, last hard + {upgrade_previous, "2.9.6-rc.0"}, %% current version on VM, includes soft deploys {upgrade_to, "2.9.10"}, % list() | [<<"all">>] - {regions, [<<"ap-southeast-1-blu">>]}, + {regions, [<<"euc11">>]}, % :soft | :hard {type, hard} ].