Skip to content

Commit

Permalink
change clone time
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda committed Oct 11, 2023
1 parent 8835358 commit 0b3d9c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres-appliance/tests/test_spilo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ function start_clone_with_wale_upgrade_to_16_container() {
-e CLONE_SCOPE=demo \
-e CLONE_PGVERSION=11 \
-e CLONE_METHOD=CLONE_WITH_WALE \
-e CLONE_TARGET_TIME="$(next_hour)" \
-e CLONE_TARGET_TIME="$(next_minute)" \
--name "${PREFIX}upgrade4" \
-d "spilo3"
}
Expand All @@ -219,7 +219,7 @@ function start_clone_with_wale_16_container() {
-e CLONE_SCOPE=upgrade3 \
-e CLONE_PGVERSION=16 \
-e CLONE_METHOD=CLONE_WITH_WALE \
-e CLONE_TARGET_TIME="$(next_minute)" \
-e CLONE_TARGET_TIME="$(next_hour)" \
--name "${PREFIX}clone16" \
-d "spilo3"
}
Expand Down

0 comments on commit 0b3d9c9

Please sign in to comment.