Skip to content

Commit

Permalink
Merge branch 'hourly-logs' of github.com:FxKu/spilo into hourly-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu committed Sep 16, 2024
2 parents 9e1af41 + c755a39 commit 8d68b3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgres-appliance/tests/test_spilo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@ function start_clone_with_basebackup_upgrade_container() {

function start_clone_with_hourly_log_rotation() {
docker-compose run \
-e SCOPE=upgrade \
-e SCOPE=hourlylogs \
-e PGVERSION=16 \
-e LOG_SHIP_HOURLY="true" \
-e CLONE_SCOPE=demo \
-e CLONE_PGVERSION=16 \
-e CLONE_SCOPE=upgrade2 \
-e CLONE_PGVERSION=14 \
-e CLONE_METHOD=CLONE_WITH_WALE \
-e CLONE_TARGET_TIME="$(next_minute)" \
--name "${PREFIX}hourlylogs" \
Expand Down

0 comments on commit 8d68b3c

Please sign in to comment.