From c4f465d86089035c359e4110eba77a4b1597b915 Mon Sep 17 00:00:00 2001 From: Polina Bungina Date: Tue, 12 Nov 2024 13:44:52 +0100 Subject: [PATCH] Adjust hourly log rotation test --- postgres-appliance/tests/test_spilo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-appliance/tests/test_spilo.sh b/postgres-appliance/tests/test_spilo.sh index ecccf5e7..ddc7c40d 100755 --- a/postgres-appliance/tests/test_spilo.sh +++ b/postgres-appliance/tests/test_spilo.sh @@ -229,7 +229,7 @@ function start_clone_with_hourly_log_rotation() { -e PGVERSION=16 \ -e LOG_SHIP_HOURLY="true" \ -e CLONE_SCOPE=upgrade2 \ - -e CLONE_PGVERSION=14 \ + -e CLONE_PGVERSION=15 \ -e CLONE_METHOD=CLONE_WITH_WALE \ -e CLONE_TARGET_TIME="$(next_minute)" \ --name "${PREFIX}hourlylogs" \