We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09df28c commit 72640cfCopy full SHA for 72640cf
e2e-tests/functions
@@ -250,7 +250,7 @@ wait_for_pbm_operations() {
250
set +o xtrace
251
echo -n "waiting for PBM operation to finish"
252
retry=0
253
- until [[ $(kubectl_bin exec ${cluster}-rs0-0 -c backup-agent -- pbm status -o json -s running | jq -r .running.opID) == null ]]; do
+ until [[ $(kubectl_bin exec ${cluster}-rs0-0 -c backup-agent -- /opt/percona/pbm-entry.sh pbm status -o json -s running | jq -r .running.opID) == null ]]; do
254
if [ $retry -ge 540 ]; then
255
echo max retry count $retry reached. something went wrong with PBM operations
256
exit 1
@@ -262,7 +262,6 @@ wait_for_pbm_operations() {
262
set_debug
263
}
264
265
-
266
run_restore() {
267
local backup_name=$1
268
0 commit comments