=== RUN kuttl harness.go:460: starting setup harness.go:258: running tests using configured kubeconfig. harness.go:281: Successful connection to cluster at: https://34.55.178.14 harness.go:366: running tests harness.go:77: going to run test suite with timeout of 600 seconds for each step harness.go:378: testsuite: e2e-tests/tests has 52 tests === RUN kuttl/harness === RUN kuttl/harness/migration-from-crunchy-backup-restore === PAUSE kuttl/harness/migration-from-crunchy-backup-restore === CONT kuttl/harness/migration-from-crunchy-backup-restore logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore | Ignoring "conf": does not begin with a number followed by a dash. logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore | Creating namespace "kuttl-test-stirring-bobcat" logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | starting test step 0-deploy-operators logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | running command: [sh -c set -o errexit set -o xtrace source ../../functions init_temp_dir CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl create namespace "${CRUNCHY_NS}" || true helm install pgo \ oci://registry.developers.crunchydata.com/crunchydata/pgo \ --namespace "${CRUNCHY_NS}" \ --version "${CPGO_VERSION}" \ --set singleNamespace=true \ --wait # Deploy minio WITH TLS — pgBackRest requires HTTPS; repo1-s3-verify-tls=n skips validation. kubectl -n "${NAMESPACE}" apply -f "${TESTS_CONFIG_DIR}/minio-secret.yml" access_key="$(kubectl -n "${NAMESPACE}" get secret minio-secret \ -o jsonpath='{.data.AWS_ACCESS_KEY_ID}' | base64 -d)" secret_key="$(kubectl -n "${NAMESPACE}" get secret minio-secret \ -o jsonpath='{.data.AWS_SECRET_ACCESS_KEY}' | base64 -d)" openssl req -x509 -nodes -days 3650 -newkey rsa:2048 \ -keyout "${TEMP_DIR}/minio.key" \ -out "${TEMP_DIR}/minio.crt" \ -subj "/CN=minio-service" kubectl -n "${NAMESPACE}" create secret generic minio-tls \ --from-file=public.crt="${TEMP_DIR}/minio.crt" \ --from-file=private.key="${TEMP_DIR}/minio.key" deploy_minio minio-service minio-tls cat > "${TEMP_DIR}/pgbackrest-minio.ini" << EOF [global] repo1-s3-key=${access_key} repo1-s3-key-secret=${secret_key} EOF kubectl -n "${NAMESPACE}" create secret generic "migration-backup-restore-pgbackrest-secrets" \ --from-file=cloud.conf="${TEMP_DIR}/pgbackrest-minio.ini" kubectl -n "${CRUNCHY_NS}" create secret generic "crunchy-pgbackrest-secret" \ --from-file=cloud.conf="${TEMP_DIR}/pgbackrest-minio.ini" deploy_operator deploy_client] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | + source ../../functions logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ realpath ../../.. logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ BUSYBOX_VER=1.36 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ pwd logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/vars.sh logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export GIT_BRANCH=PR-1724 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ GIT_BRANCH=PR-1724 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export VERSION=PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ VERSION=PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ SKIP_TEST_WARNINGS=true logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ command -v oc logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ ! -n '' ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ -n '' ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PG_VER=18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PG_VER=18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PG_DISTRIBUTION= logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PG_DISTRIBUTION= logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ '' == community ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export BUCKET=pg-operator-testing logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ BUCKET=pg-operator-testing logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PGOV1_TAG=1.4.0 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PGOV1_TAG=1.4.0 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PGOV1_VER=14 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PGOV1_VER=14 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export CPGO_VERSION=5.8.7 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ CPGO_VERSION=5.8.7 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export MINIO_VER=5.4.0 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ MINIO_VER=5.4.0 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export VAULT_VER=0.32.0 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ VAULT_VER=0.32.0 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export REGISTRY_NAME=docker.io logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ REGISTRY_NAME=docker.io logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ printenv logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ grep -E '^IMAGE' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ awk -F= '{print $1}' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which gdate logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which date logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ date=/usr/sbin/date logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which gsed logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which sed logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ sed=/usr/sbin/sed logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ oc get projects logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | + init_temp_dir logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | + rm -rf /tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | + mkdir -p /tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | + CRUNCHY_NS=kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:23:07 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl create namespace kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:23:08 | migration-from-crunchy-backup-restore/0-deploy-operators | namespace/kuttl-test-stirring-bobcat-crunchy created logger.go:42: 14:23:08 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm install pgo oci://registry.developers.crunchydata.com/crunchydata/pgo --namespace kuttl-test-stirring-bobcat-crunchy --version 5.8.7 --set singleNamespace=true --wait logger.go:42: 14:23:09 | migration-from-crunchy-backup-restore/0-deploy-operators | Pulled: registry.developers.crunchydata.com/crunchydata/pgo:5.8.7 logger.go:42: 14:23:09 | migration-from-crunchy-backup-restore/0-deploy-operators | Digest: sha256:c6666e6916666f29d46f51fb383e9cdafd7f6d452f05b73314d55c93511b6842 logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | NAME: pgo logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | LAST DEPLOYED: Thu Aug 6 14:23:16 2026 logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | NAMESPACE: kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | STATUS: deployed logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | REVISION: 1 logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | TEST SUITE: None logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | NOTES: logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | Thank you for deploying PGO v5.8.7! logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((%%%%%%%((((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((%%% %%%%(((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((%%( (((( ( %%%((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((%% (( ,(( %%%((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((%% *%%/ %%%%%%%(((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((((((%%(( %%%%%%%%%%#(((((%%%%%%%%%%#(((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((((((((%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | *((((((((((((((((((((%%%%%% /%%%%%%%%%%%%%%%%%%%(((((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((((((((((%%%/ .%, %%%((((((((((((((((((, logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((((((((((((% %#((((((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((%%%%%% #%((((((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((((%% %%(((((((((((((((, logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((%%%#% % %%((((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((%. % % #(((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((%% % %%* %((((((((((((( logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | #(###(###(#%% %%% %% %%% #%%#(###(###(# logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ###########%%%%% /%%%%%%%%%%%%% %% %%%%% ,%%####### logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ###############%% %%%%%% %%% %%%%%%%% %%##### logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ################%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %%## logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ################%% %%%%%%%%%%%%%%%%% %%%% % logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ##############%# %% (%%%%%%% %%%%%% logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | #############% %%%%% %%%%%%%%%%% logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ###########% %%%%%%%%%%% %%%%%%%%% logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | #########%% %% %%%%%%%%%%%%%%%# logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ########%% %% %%%%%%%%% logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ######%% %% %%%%%% logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | ####%%% %%%%% % logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | %% %%%% logger.go:42: 14:23:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-stirring-bobcat apply -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf/minio-secret.yml logger.go:42: 14:23:42 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/minio-secret created logger.go:42: 14:23:42 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 14:23:42 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-stirring-bobcat get secret minio-secret -o 'jsonpath={.data.AWS_ACCESS_KEY_ID}' logger.go:42: 14:23:42 | migration-from-crunchy-backup-restore/0-deploy-operators | + access_key=some-access-key logger.go:42: 14:23:42 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 14:23:42 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-stirring-bobcat get secret minio-secret -o 'jsonpath={.data.AWS_SECRET_ACCESS_KEY}' logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + secret_key=some-secret-key logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout /tmp/kuttl/pg/migration-from-crunchy-backup-restore/minio.key -out /tmp/kuttl/pg/migration-from-crunchy-backup-restore/minio.crt -subj /CN=minio-service logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | ...+......+...+++++++++++++++++++++++++++++++++++++++*...+......+++++++++++++++++++++++++++++++++++++++*..............+................+........+.+...+..+...............+.+..+............+...+.+.....+.........+...+.......+..+.+...+.....+.+........+......+.+........+.............+............+...+...+......+...+.....+......+................+.........+..............+...+....+.....+...+..........+......++++++ logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | .+........+.+...+...+++++++++++++++++++++++++++++++++++++++*...+++++++++++++++++++++++++++++++++++++++*....+......+...........+...+..................................+.....+.+..+...+....+.....+.+...........+..........+...........+...+......+.+........+.+......+...+............+...+......+........+.+..+............+......+......+.+........+.+......+.....+...+....+........+.......+...+...+..+........................+...+..........+............+...+..+..........+.........+............+.....+...+.+...........+.......++++++ logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | ----- logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-stirring-bobcat create secret generic minio-tls --from-file=public.crt=/tmp/kuttl/pg/migration-from-crunchy-backup-restore/minio.crt --from-file=private.key=/tmp/kuttl/pg/migration-from-crunchy-backup-restore/minio.key logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/minio-tls created logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + deploy_minio minio-service minio-tls logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local name=minio-service logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local tls_secret=minio-tls logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local access_key logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local secret_key logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local endpoint_url=http://minio-service:9000 logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local aws_extra_args= logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local service_account_name=minio-sa logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | + local -a additional_helm_args logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-stirring-bobcat get secret minio-secret -o 'jsonpath={.data.AWS_ACCESS_KEY_ID}' logger.go:42: 14:23:43 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | + access_key=some-access-key logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-stirring-bobcat get secret minio-secret -o 'jsonpath={.data.AWS_SECRET_ACCESS_KEY}' logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | + secret_key=some-secret-key logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ detect_k8s_platform logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ local platform= logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl get nodes -o json logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ jq -r '.items[0].spec.providerID' logger.go:42: 14:23:44 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ grep -q gce:// logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ platform=gke logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ echo gke logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ gke == openshift ]] logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n minio-tls ]] logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + additional_helm_args+=(--set tls.enabled=true --set tls.certSecret="${tls_secret}") logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + endpoint_url=https://minio-service:9000 logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + aws_extra_args=--no-verify-ssl logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm uninstall -n kuttl-test-stirring-bobcat minio-service logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | Error: uninstall: Release not loaded: minio-service: release: not found logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + : logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm repo remove minio logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | "minio" has been removed from your repositories logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm repo add minio https://charts.min.io/ logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | "minio" has been added to your repositories logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ printf %q some-access-key logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ printf %q some-access-key logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ printf %q some-secret-key logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ printf %q some-secret-key logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + retry 10 60 helm install minio-service -n kuttl-test-stirring-bobcat --version 5.4.0 --set replicas=1 --set mode=standalone --set resources.requests.memory=256Mi --set rootUser=rootuser --set rootPassword=rootpass123 --set 'users[0].accessKey=some-access-key' --set 'users[0].secretKey=some-secret-key' --set 'users[0].policy=consoleAdmin' --set service.type=ClusterIP --set persistence.size=2G --set securityContext.enabled=false --set tls.enabled=true --set tls.certSecret=minio-tls minio/minio logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + local max=10 logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + local delay=60 logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + shift 2 logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + local n=1 logger.go:42: 14:23:45 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm install minio-service -n kuttl-test-stirring-bobcat --version 5.4.0 --set replicas=1 --set mode=standalone --set resources.requests.memory=256Mi --set rootUser=rootuser --set rootPassword=rootpass123 --set 'users[0].accessKey=some-access-key' --set 'users[0].secretKey=some-secret-key' --set 'users[0].policy=consoleAdmin' --set service.type=ClusterIP --set persistence.size=2G --set securityContext.enabled=false --set tls.enabled=true --set tls.certSecret=minio-tls minio/minio logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | NAME: minio-service logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | LAST DEPLOYED: Thu Aug 6 14:23:46 2026 logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | NAMESPACE: kuttl-test-stirring-bobcat logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | STATUS: deployed logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | REVISION: 1 logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | TEST SUITE: None logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | NOTES: logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | MinIO can be accessed via port 9000 on the following DNS name from within your cluster: logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | minio-service.kuttl-test-stirring-bobcat.cluster.local logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | To access MinIO from localhost, run the below commands: logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | 1. export POD_NAME=$(kubectl get pods --namespace kuttl-test-stirring-bobcat -l "release=minio-service" -o jsonpath="{.items[0].metadata.name}") logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | 2. kubectl port-forward $POD_NAME 9000 --namespace kuttl-test-stirring-bobcat logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | Read more about port forwarding here: http://kubernetes.io/docs/user-guide/kubectl/kubectl_port-forward/ logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | You can now access MinIO server on http://localhost:9000. Follow the below steps to connect to MinIO server with mc client: logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | 1. Download the MinIO mc client - https://min.io/docs/minio/linux/reference/minio-mc.html#quickstart logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | 2. export MC_HOST_minio-service-local=http://$(kubectl get secret --namespace kuttl-test-stirring-bobcat minio-service -o jsonpath="{.data.rootUser}" | base64 --decode):$(kubectl get secret --namespace kuttl-test-stirring-bobcat minio-service -o jsonpath="{.data.rootPassword}" | base64 --decode)@localhost:9000 logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | 3. mc ls minio-service-local logger.go:42: 14:24:16 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-stirring-bobcat get pods --selector=release=minio-service -o 'jsonpath={.items[].metadata.name}' logger.go:42: 14:24:17 | migration-from-crunchy-backup-restore/0-deploy-operators | + MINIO_POD=minio-service-7979c64d4c-2cnmg logger.go:42: 14:24:17 | migration-from-crunchy-backup-restore/0-deploy-operators | + wait_pod minio-service-7979c64d4c-2cnmg logger.go:42: 14:24:17 | migration-from-crunchy-backup-restore/0-deploy-operators | + local pod=minio-service-7979c64d4c-2cnmg logger.go:42: 14:24:17 | migration-from-crunchy-backup-restore/0-deploy-operators | + set +o xtrace logger.go:42: 14:24:17 | migration-from-crunchy-backup-restore/0-deploy-operators | minio-service-7979c64d4c-2cnmgtrue logger.go:42: 14:24:17 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-stirring-bobcat run -i --rm aws-cli --image=perconalab/awscli --restart=Never -- bash -c $'AWS_ACCESS_KEY_ID=\'some-access-key\' AWS_SECRET_ACCESS_KEY=\'some-secret-key\' AWS_DEFAULT_REGION=us-east-1 \t\t/usr/bin/aws --endpoint-url https://minio-service:9000 --no-verify-ssl s3 mb s3://operator-testing' logger.go:42: 14:24:19 | migration-from-crunchy-backup-restore/0-deploy-operators | All commands and output from this session will be recorded in container logs, including credentials and sensitive information passed through the command prompt. logger.go:42: 14:24:19 | migration-from-crunchy-backup-restore/0-deploy-operators | If you don't see a command prompt, try pressing enter. logger.go:42: 14:24:19 | migration-from-crunchy-backup-restore/0-deploy-operators | warning: couldn't attach to pod/aws-cli, falling back to streaming logs: Internal error occurred: unable to upgrade connection: container aws-cli not found in pod aws-cli_kuttl-test-stirring-bobcat logger.go:42: 14:24:19 | migration-from-crunchy-backup-restore/0-deploy-operators | /usr/lib/python2.7/site-packages/botocore/vendored/requests/packages/urllib3/connectionpool.py:768: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html logger.go:42: 14:24:19 | migration-from-crunchy-backup-restore/0-deploy-operators | InsecureRequestWarning) logger.go:42: 14:24:19 | migration-from-crunchy-backup-restore/0-deploy-operators | make_bucket: operator-testing logger.go:42: 14:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | pod "aws-cli" deleted from kuttl-test-stirring-bobcat namespace logger.go:42: 14:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + cat logger.go:42: 14:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-stirring-bobcat create secret generic migration-backup-restore-pgbackrest-secrets --from-file=cloud.conf=/tmp/kuttl/pg/migration-from-crunchy-backup-restore/pgbackrest-minio.ini logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/migration-backup-restore-pgbackrest-secrets created logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-stirring-bobcat-crunchy create secret generic crunchy-pgbackrest-secret --from-file=cloud.conf=/tmp/kuttl/pg/migration-from-crunchy-backup-restore/pgbackrest-minio.ini logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/crunchy-pgbackrest-secret created logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | + deploy_operator logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | + local cw_prefix= logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | + destroy_operator logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n pg-operator delete deployment percona-postgresql-operator --force --grace-period=0 logger.go:42: 14:24:22 | migration-from-crunchy-backup-restore/0-deploy-operators | Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | Error from server (NotFound): deployments.apps "percona-postgresql-operator" not found logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + true logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n pg-operator ]] logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl delete namespace pg-operator --force --grace-period=0 logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | Error from server (NotFound): namespaces "pg-operator" not found logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + true logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n pg-operator ]] logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + create_namespace pg-operator logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + local namespace=pg-operator logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n '' ]] logger.go:42: 14:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl delete namespace pg-operator --ignore-not-found logger.go:42: 14:24:24 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl wait --for=delete namespace pg-operator logger.go:42: 14:24:24 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl create namespace pg-operator logger.go:42: 14:24:24 | migration-from-crunchy-backup-restore/0-deploy-operators | namespace/pg-operator created logger.go:42: 14:24:24 | migration-from-crunchy-backup-restore/0-deploy-operators | + cw_prefix=cw- logger.go:42: 14:24:24 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n pg-operator apply --server-side --force-conflicts -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy/crd.yaml logger.go:42: 14:24:25 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/crunchybridgeclusters.upstream.pgv2.percona.com serverside-applied logger.go:42: 14:24:26 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgbackups.pgv2.percona.com serverside-applied logger.go:42: 14:24:29 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgclusters.pgv2.percona.com serverside-applied logger.go:42: 14:24:29 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgrestores.pgv2.percona.com serverside-applied logger.go:42: 14:24:30 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgupgrades.pgv2.percona.com serverside-applied logger.go:42: 14:24:30 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/pgadmins.upstream.pgv2.percona.com serverside-applied logger.go:42: 14:24:30 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/pgupgrades.upstream.pgv2.percona.com serverside-applied logger.go:42: 14:24:33 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/postgresclusters.upstream.pgv2.percona.com serverside-applied logger.go:42: 14:24:33 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n pg-operator apply --server-side --force-conflicts -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy/cw-rbac.yaml logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | serviceaccount/percona-postgresql-operator serverside-applied logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | clusterrole.rbac.authorization.k8s.io/percona-postgresql-operator serverside-applied logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | clusterrolebinding.rbac.authorization.k8s.io/percona-postgresql-operator serverside-applied logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | + local disable_telemetry=true logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | + '[' migration-from-crunchy-backup-restore == telemetry-transfer ']' logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | + yq eval '.spec.template.spec.containers[0].image = "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1"' /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy/cw-operator.yaml logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | + yq eval '(.spec.template.spec.containers[] | select(.name=="operator") | .env[] | select(.name=="DISABLE_TELEMETRY") | .value) = "true"' - logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | + yq eval '(.spec.template.spec.containers[] | select(.name=="operator") | .env[] | select(.name=="LOG_LEVEL") | .value) = "DEBUG"' - logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | + yq eval '(.spec.template.spec.containers[] | select(.name=="operator") | .env[] | select(.name=="PGO_FEATURE_GATES") | .value) = ""' - logger.go:42: 14:24:34 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n pg-operator apply -f - logger.go:42: 14:24:36 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/percona-postgresql-operator created logger.go:42: 14:24:36 | migration-from-crunchy-backup-restore/0-deploy-operators | + deploy_client logger.go:42: 14:24:36 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-stirring-bobcat apply -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf/client.yaml logger.go:42: 14:24:37 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/pg-client created logger.go:42: 14:24:37 | migration-from-crunchy-backup-restore/0-deploy-operators | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait deployment pgo \ -n "${CRUNCHY_NS}" \ --for=condition=Available \ --timeout=120s kubectl wait deployment percona-postgresql-operator \ -n "${OPERATOR_NS:-$NAMESPACE}" \ --for=condition=Available \ --timeout=120s] logger.go:42: 14:24:37 | migration-from-crunchy-backup-restore/0-deploy-operators | E0806 14:24:37.821142 27938 reflector.go:227] "Failed to watch" err="Get \"https://34.55.178.14/apis/apps/v1/namespaces/kuttl-test-stirring-bobcat-crunchy/deployments?allowWatchBookmarks=true&fieldSelector=metadata.name%3Dpgo&resourceVersion=1786026277399423003&timeoutSeconds=569&watch=true\": context canceled" reflector="k8s.io/client-go/tools/watch/informerwatcher.go:162" type="*unstructured.Unstructured" logger.go:42: 14:24:37 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/pgo condition met logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/0-deploy-operators | E0806 14:24:38.630466 27937 reflector.go:227] "Failed to watch" err="Get \"https://34.55.178.14/apis/apps/v1/namespaces/pg-operator/deployments?allowWatchBookmarks=true&fieldSelector=metadata.name%3Dpercona-postgresql-operator&resourceVersion=1786026277942223012&timeoutSeconds=438&watch=true\": context canceled" reflector="k8s.io/client-go/tools/watch/informerwatcher.go:162" type="*unstructured.Unstructured" logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/percona-postgresql-operator condition met logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/0-deploy-operators | test step completed 0-deploy-operators logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | starting test step 1-create-crunchy-cluster logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | running command: [sh -c set -o errexit set -o xtrace source ../../functions CRUNCHY_NS="${NAMESPACE}-crunchy" MINIO_ENDPOINT="minio-service.${NAMESPACE}.svc.cluster.local:9000" CRUNCHY_REPO_PATH="/migration-backup-restore/${RANDOM}/crunchy-repo1" kubectl create configmap -n "${NAMESPACE}" crunchy-backup-restore-config \ --from-literal=crunchy-repo-path="${CRUNCHY_REPO_PATH}" \ --from-literal=minio-endpoint="${MINIO_ENDPOINT}" \ --from-literal=crunchy-ns="${CRUNCHY_NS}" cat "${TEST_CONFIG_DIR}/crunchy-source.yaml" | \ yq eval ".spec.postgresVersion = ${PG_VER}" | \ $sed "s||${CRUNCHY_REPO_PATH}|g" | \ $sed "s||${MINIO_ENDPOINT}|g" | \ kubectl -n "${CRUNCHY_NS}" apply -f -] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + source ../../functions logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ realpath ../../.. logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ BUSYBOX_VER=1.36 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ pwd logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/vars.sh logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export GIT_BRANCH=PR-1724 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ GIT_BRANCH=PR-1724 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export VERSION=PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ VERSION=PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ SKIP_TEST_WARNINGS=true logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ command -v oc logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ ! -n '' ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ -n '' ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PG_VER=18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PG_VER=18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PG_DISTRIBUTION= logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PG_DISTRIBUTION= logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ '' == community ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export BUCKET=pg-operator-testing logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ BUCKET=pg-operator-testing logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PGOV1_TAG=1.4.0 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PGOV1_TAG=1.4.0 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PGOV1_VER=14 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PGOV1_VER=14 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export CPGO_VERSION=5.8.7 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ CPGO_VERSION=5.8.7 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export MINIO_VER=5.4.0 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ MINIO_VER=5.4.0 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export VAULT_VER=0.32.0 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ VAULT_VER=0.32.0 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export REGISTRY_NAME=docker.io logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ REGISTRY_NAME=docker.io logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ printenv logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ grep -E '^IMAGE' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ awk -F= '{print $1}' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which gdate logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which date logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ date=/usr/sbin/date logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which gsed logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which sed logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ sed=/usr/sbin/sed logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ oc get projects logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + CRUNCHY_NS=kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + MINIO_ENDPOINT=minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + CRUNCHY_REPO_PATH=/migration-backup-restore/28640/crunchy-repo1 logger.go:42: 14:24:38 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + kubectl create configmap -n kuttl-test-stirring-bobcat crunchy-backup-restore-config --from-literal=crunchy-repo-path=/migration-backup-restore/28640/crunchy-repo1 --from-literal=minio-endpoint=minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000 --from-literal=crunchy-ns=kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:24:39 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | configmap/crunchy-backup-restore-config created logger.go:42: 14:24:39 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + cat /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/crunchy-source.yaml logger.go:42: 14:24:39 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + yq eval '.spec.postgresVersion = 18' logger.go:42: 14:24:39 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + /usr/sbin/sed 's||/migration-backup-restore/28640/crunchy-repo1|g' logger.go:42: 14:24:39 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + /usr/sbin/sed 's||minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000|g' logger.go:42: 14:24:39 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + kubectl -n kuttl-test-stirring-bobcat-crunchy apply -f - logger.go:42: 14:24:40 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | postgrescluster.postgres-operator.crunchydata.com/crunchy-source created logger.go:42: 14:24:40 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait pod \ -l postgres-operator.crunchydata.com/cluster=crunchy-source,postgres-operator.crunchydata.com/data=postgres \ -n "${CRUNCHY_NS}" \ --for=condition=Ready \ --timeout=420s kubectl wait pod \ -l postgres-operator.crunchydata.com/cluster=crunchy-source,postgres-operator.crunchydata.com/role=pgbouncer \ -n "${CRUNCHY_NS}" \ --for=condition=Ready \ --timeout=120s kubectl wait postgrescluster/crunchy-source \ -n "${CRUNCHY_NS}" \ --for=jsonpath='{.status.pgbackrest.repos[0].stanzaCreated}'=true \ --timeout=300s] logger.go:42: 14:24:41 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | error: no matching resources found logger.go:42: 14:24:42 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait pod \ -l postgres-operator.crunchydata.com/cluster=crunchy-source,postgres-operator.crunchydata.com/data=postgres \ -n "${CRUNCHY_NS}" \ --for=condition=Ready \ --timeout=420s kubectl wait pod \ -l postgres-operator.crunchydata.com/cluster=crunchy-source,postgres-operator.crunchydata.com/role=pgbouncer \ -n "${CRUNCHY_NS}" \ --for=condition=Ready \ --timeout=120s kubectl wait postgrescluster/crunchy-source \ -n "${CRUNCHY_NS}" \ --for=jsonpath='{.status.pgbackrest.repos[0].stanzaCreated}'=true \ --timeout=300s] logger.go:42: 14:25:30 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | pod/crunchy-source-instance1-pq2b-0 condition met logger.go:42: 14:25:30 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | E0806 14:25:30.950218 28116 reflector.go:227] "Failed to watch" err="Get \"https://34.55.178.14/api/v1/namespaces/kuttl-test-stirring-bobcat-crunchy/pods?allowWatchBookmarks=true&fieldSelector=metadata.name%3Dcrunchy-source-pgbouncer-7685c67cc-sbgl7&resourceVersion=1786026330485533000&timeoutSeconds=391&watch=true\": context canceled" reflector="k8s.io/client-go/tools/watch/informerwatcher.go:162" type="*unstructured.Unstructured" logger.go:42: 14:25:30 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | pod/crunchy-source-pgbouncer-7685c67cc-sbgl7 condition met logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | postgrescluster.postgres-operator.crunchydata.com/crunchy-source condition met logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | test step completed 1-create-crunchy-cluster logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | starting test step 2-write-data logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | running command: [sh -c set -o errexit set -o xtrace source ../../functions CRUNCHY_NS="${NAMESPACE}-crunchy" primary=$(kubectl get pod \ -l postgres-operator.crunchydata.com/cluster=crunchy-source,postgres-operator.crunchydata.com/role=master \ -n "${CRUNCHY_NS}" \ -o jsonpath='{.items[0].metadata.name}') if [ -z "${primary}" ]; then echo "ERROR: Crunchy primary pod not found" exit 1 fi kubectl exec -n "${CRUNCHY_NS}" "${primary}" -c database -- bash -c " psql -c 'CREATE DATABASE migrationtest;' psql -d migrationtest -c 'CREATE TABLE migration_data (id int PRIMARY KEY, value text);' psql -d migrationtest -c \"INSERT INTO migration_data VALUES (1, 'row-one');\" psql -d migrationtest -c \"INSERT INTO migration_data VALUES (2, 'row-two');\" psql -d migrationtest -c \"INSERT INTO migration_data VALUES (3, 'row-three');\" " data=$(kubectl exec -n "${CRUNCHY_NS}" "${primary}" -c database -- bash -c \ "psql -q -t -d migrationtest -c 'SELECT id, value FROM migration_data ORDER BY id;'") kubectl create configmap -n "${NAMESPACE}" 02-crunchy-data \ --from-literal=data="${data}"] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | + source ../../functions logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ realpath ../../.. logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ BUSYBOX_VER=1.36 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ pwd logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/vars.sh logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export GIT_BRANCH=PR-1724 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ GIT_BRANCH=PR-1724 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export VERSION=PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ VERSION=PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ SKIP_TEST_WARNINGS=true logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ command -v oc logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ ! -n '' ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ -n '' ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export PG_VER=18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ PG_VER=18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export PG_DISTRIBUTION= logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ PG_DISTRIBUTION= logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ '' == community ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export BUCKET=pg-operator-testing logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ BUCKET=pg-operator-testing logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export PGOV1_TAG=1.4.0 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ PGOV1_TAG=1.4.0 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export PGOV1_VER=14 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ PGOV1_VER=14 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export CPGO_VERSION=5.8.7 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ CPGO_VERSION=5.8.7 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export MINIO_VER=5.4.0 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ MINIO_VER=5.4.0 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export VAULT_VER=0.32.0 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ VAULT_VER=0.32.0 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export REGISTRY_NAME=docker.io logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ REGISTRY_NAME=docker.io logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ printenv logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ grep -E '^IMAGE' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ awk -F= '{print $1}' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ which gdate logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ which date logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ date=/usr/sbin/date logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ which gsed logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++++ which sed logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | +++ sed=/usr/sbin/sed logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ oc get projects logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | + CRUNCHY_NS=kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | ++ kubectl get pod -l postgres-operator.crunchydata.com/cluster=crunchy-source,postgres-operator.crunchydata.com/role=master -n kuttl-test-stirring-bobcat-crunchy -o 'jsonpath={.items[0].metadata.name}' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | + primary=crunchy-source-instance1-pq2b-0 logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | + '[' -z crunchy-source-instance1-pq2b-0 ']' logger.go:42: 14:25:33 | migration-from-crunchy-backup-restore/2-write-data | + kubectl exec -n kuttl-test-stirring-bobcat-crunchy crunchy-source-instance1-pq2b-0 -c database -- bash -c $'\n psql -c \'CREATE DATABASE migrationtest;\'\n psql -d migrationtest -c \'CREATE TABLE migration_data (id int PRIMARY KEY, value text);\'\n psql -d migrationtest -c "INSERT INTO migration_data VALUES (1, \'row-one\');"\n psql -d migrationtest -c "INSERT INTO migration_data VALUES (2, \'row-two\');"\n psql -d migrationtest -c "INSERT INTO migration_data VALUES (3, \'row-three\');"\n' logger.go:42: 14:25:35 | migration-from-crunchy-backup-restore/2-write-data | CREATE DATABASE logger.go:42: 14:25:35 | migration-from-crunchy-backup-restore/2-write-data | CREATE TABLE logger.go:42: 14:25:35 | migration-from-crunchy-backup-restore/2-write-data | INSERT 0 1 logger.go:42: 14:25:35 | migration-from-crunchy-backup-restore/2-write-data | INSERT 0 1 logger.go:42: 14:25:35 | migration-from-crunchy-backup-restore/2-write-data | INSERT 0 1 logger.go:42: 14:25:35 | migration-from-crunchy-backup-restore/2-write-data | ++ kubectl exec -n kuttl-test-stirring-bobcat-crunchy crunchy-source-instance1-pq2b-0 -c database -- bash -c 'psql -q -t -d migrationtest -c '\''SELECT id, value FROM migration_data ORDER BY id;'\''' logger.go:42: 14:25:36 | migration-from-crunchy-backup-restore/2-write-data | + data=$' 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 14:25:36 | migration-from-crunchy-backup-restore/2-write-data | + kubectl create configmap -n kuttl-test-stirring-bobcat 02-crunchy-data $'--from-literal=data= 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/2-write-data | configmap/02-crunchy-data created logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/2-write-data | test step completed 2-write-data logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/3-trigger-backup | starting test step 3-trigger-backup logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit set -o xtrace CRUNCHY_NS="${NAMESPACE}-crunchy" # Trigger a full backup so the data written in the previous step is captured kubectl -n "${CRUNCHY_NS}" annotate postgrescluster crunchy-source \ postgres-operator.crunchydata.com/pgbackrest-backup="$(date +%s)"] logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/3-trigger-backup | + CRUNCHY_NS=kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/3-trigger-backup | ++ date +%s logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/3-trigger-backup | + kubectl -n kuttl-test-stirring-bobcat-crunchy annotate postgrescluster crunchy-source postgres-operator.crunchydata.com/pgbackrest-backup=1786026337 logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/3-trigger-backup | postgrescluster.postgres-operator.crunchydata.com/crunchy-source annotated logger.go:42: 14:25:37 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:38 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:39 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:39 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:40 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:40 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:41 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:42 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:43 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:43 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:44 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:45 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:46 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:46 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:47 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:49 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:49 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:50 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:50 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:51 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:52 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:53 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:53 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:54 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:55 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:56 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:56 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:57 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:57 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:25:58 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:25:59 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:00 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:00 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:01 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:02 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:03 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:03 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:04 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:04 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:06 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:07 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:07 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:08 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:09 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:10 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:10 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:11 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:12 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:13 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:13 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:14 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:14 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:15 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:16 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:17 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:17 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:18 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:19 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:20 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:20 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:21 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:22 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:23 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:23 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:24 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:24 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:25 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:26 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:27 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:27 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:28 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:29 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:30 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:30 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:31 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:32 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:33 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:33 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:34 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:34 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:35 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:36 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:37 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:37 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:38 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:39 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:40 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:40 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:41 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:41 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:42 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:43 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:44 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:44 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:45 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:46 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:47 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:47 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:48 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:49 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:50 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:51 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:51 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:52 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:53 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:54 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:54 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:55 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:56 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:57 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:57 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:26:58 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:26:59 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:00 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:00 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:01 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:01 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:02 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:03 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:04 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:04 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:05 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:07 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:07 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:08 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:08 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:09 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:10 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:11 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:11 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:12 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:13 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:14 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:14 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:15 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:15 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:16 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:17 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:18 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:18 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:19 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:20 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:21 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:21 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:22 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:23 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:24 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:24 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:25 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:25 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:26 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:27 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:28 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:28 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:29 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:30 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:31 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:31 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:32 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:33 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:34 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:34 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:35 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:35 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:36 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:37 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:38 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:38 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:39 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:40 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:41 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:41 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:42 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:42 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:43 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:44 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:45 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:45 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:46 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:47 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:48 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:49 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:49 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:50 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:51 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:52 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:52 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:53 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:54 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:55 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:55 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:56 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:57 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:58 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:58 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:27:59 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:27:59 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:00 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:01 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:02 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:02 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:03 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:04 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:05 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:05 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:06 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:07 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:08 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:09 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:09 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:10 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:11 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:12 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:12 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:13 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:14 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:15 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:15 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:16 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:16 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:17 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:18 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:19 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:19 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:20 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:21 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:22 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:22 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:23 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:23 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:24 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:25 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:26 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:26 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:27 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:28 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:29 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:29 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:30 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:31 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:32 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:32 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:33 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:33 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:34 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:35 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:36 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:36 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:37 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:38 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:39 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:39 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:40 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:40 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:41 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:42 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:43 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:43 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:44 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:45 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:46 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:46 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:47 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:49 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:49 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:50 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:50 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:51 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:52 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:53 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:53 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:54 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:55 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:56 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:56 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:57 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:58 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:28:59 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:28:59 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:00 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:00 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:01 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:02 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:03 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:03 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:04 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:05 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:06 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:07 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:07 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:08 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:09 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:10 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:10 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 14:29:11 | migration-from-crunchy-backup-restore/3-trigger-backup | running command: [sh -c set -o errexit CRUNCHY_NS="${NAMESPACE}-crunchy" kubectl wait job \ -l postgres-operator.crunchydata.com/pgbackrest-backup=manual,postgres-operator.crunchydata.com/cluster=crunchy-source \ -n "${CRUNCHY_NS}" \ --for=condition=Complete \ --timeout=270s] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/3-trigger-backup | job.batch/crunchy-source-backup-ktk4 condition met logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/3-trigger-backup | test step completed 3-trigger-backup logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | starting test step 4-create-percona-cluster logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | running command: [sh -c set -o errexit set -o xtrace source ../../functions CRUNCHY_REPO_PATH=$(kubectl get configmap crunchy-backup-restore-config -n "${NAMESPACE}" \ -o jsonpath='{.data.crunchy-repo-path}') MINIO_ENDPOINT="minio-service.${NAMESPACE}.svc.cluster.local:9000" # Percona cluster's own repo uses a separate S3 path from the Crunchy source: # crunchy source: .../crunchy-repo1 (dataSource only) # percona own: .../percona-repo1 (ongoing backups/restores) PERCONA_REPO_PATH="/migration-backup-restore/${RANDOM}/percona-repo1" # sed (not yq) preserves the quoted "n" in repo1-s3-verify-tls; # yq outputs bare `n` which YAML 1.1 parses as boolean → API rejection. get_cr "percona-restored" "${PERCONA_REPO_PATH}" | \ yq eval 'del(.spec.users)' | \ $sed "s||${MINIO_ENDPOINT}|g" | \ $sed "s||${CRUNCHY_REPO_PATH}|g" | \ kubectl -n "${NAMESPACE}" apply -f -] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + source ../../functions logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ realpath ../../.. logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ BUSYBOX_VER=1.36 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ pwd logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/vars.sh logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export GIT_BRANCH=PR-1724 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ GIT_BRANCH=PR-1724 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export VERSION=PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ VERSION=PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ SKIP_TEST_WARNINGS=true logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ command -v oc logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ ! -n '' ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ -n '' ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PG_VER=18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PG_VER=18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PG_DISTRIBUTION= logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PG_DISTRIBUTION= logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ '' == community ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export BUCKET=pg-operator-testing logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ BUCKET=pg-operator-testing logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PGOV1_TAG=1.4.0 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PGOV1_TAG=1.4.0 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PGOV1_VER=14 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PGOV1_VER=14 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export CPGO_VERSION=5.8.7 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ CPGO_VERSION=5.8.7 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export MINIO_VER=5.4.0 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ MINIO_VER=5.4.0 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export VAULT_VER=0.32.0 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ VAULT_VER=0.32.0 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export REGISTRY_NAME=docker.io logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ REGISTRY_NAME=docker.io logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ printenv logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ grep -E '^IMAGE' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ awk -F= '{print $1}' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which gdate logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which date logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ date=/usr/sbin/date logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which gsed logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which sed logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ sed=/usr/sbin/sed logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ oc get projects logger.go:42: 14:29:33 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ kubectl get configmap crunchy-backup-restore-config -n kuttl-test-stirring-bobcat -o 'jsonpath={.data.crunchy-repo-path}' logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + CRUNCHY_REPO_PATH=/migration-backup-restore/28640/crunchy-repo1 logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + MINIO_ENDPOINT=minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000 logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + PERCONA_REPO_PATH=/migration-backup-restore/17324/percona-repo1 logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + get_cr percona-restored /migration-backup-restore/17324/percona-repo1 logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + yq eval 'del(.spec.users)' logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local cr_name=percona-restored logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local repo_path=/migration-backup-restore/17324/percona-repo1 logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local source_path= logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + '[' -z percona-restored ']' logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed 's||minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000|g' logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed 's||/migration-backup-restore/28640/crunchy-repo1|g' logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ detect_k8s_platform logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ local platform= logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + kubectl -n kuttl-test-stirring-bobcat apply -f - logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ kubectl get nodes -o json logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ jq -r '.items[0].spec.providerID' logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ grep -q gce:// logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ platform=gke logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ echo gke logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local platform=gke logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local cr_file=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local spaces_cr_file=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored-spaces.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local aks_cr_file=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored-aks.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ gke == digitalocean ]] logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ gke == aks ]] logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + crs=('/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy/cr.yaml') logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local crs logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored.yaml ]] logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + crs+=($cr_file) logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + yq eval-all $'\n\t\tselect(fileIndex == 0) * (select(fileIndex == 1) // {}) |\n\t\t.metadata.name = "percona-restored" |\n\t\t.metadata.labels = {"e2e":"percona-restored"} |\n\t\t.spec.postgresVersion = 18 |\n\t\t.spec.users += [{"name":"postgres","password":{"type":"AlphaNumeric"}}] |\n\t\t.spec.users += [{"name":"percona-restored","password":{"type":"AlphaNumeric"}}] |\n\t\t.spec.image = "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" |\n\t\t.spec.initContainer.image = "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" |\n\t\t.spec.backups.pgbackrest.image = "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" |\n\t\t.spec.proxy.pgBouncer.image = "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" |\n\t\t.spec.logcollector.image = "docker.io/perconalab/fluentbit:main-logcollector" |\n\t\t.spec.pmm.image = "docker.io/perconalab/pmm-client:3-dev-latest" |\n\t\t.spec.pmm.secret = "percona-restored-pmm-secret" |\n\t\t.spec.pmm.customClusterName = "percona-restored-pmm-custom-name" |\n\t\t.spec.pmm.postgresParams = "--environment=dev-postgres"\n\t' /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy/cr.yaml /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed -i 's||/migration-backup-restore/17324/percona-repo1|g' /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed -i 's|||g' /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed -i 's||pg-operator-testing|g' /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed -i 's||docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1|g' /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ -n '' ]] logger.go:42: 14:29:34 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + cat /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 14:29:35 | migration-from-crunchy-backup-restore/4-create-percona-cluster | perconapgcluster.pgv2.percona.com/percona-restored created logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/4-create-percona-cluster | test step completed 4-create-percona-cluster logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | starting test step 5-verify-data logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | running command: [sh -c set -o errexit set -o xtrace source ../../functions primary=$(kubectl get pod -n "${NAMESPACE}" \ -l postgres-operator.crunchydata.com/cluster=percona-restored,postgres-operator.crunchydata.com/role=primary \ -o jsonpath='{.items[0].metadata.name}') if [ -z "${primary}" ]; then echo "ERROR: Percona primary pod not found" exit 1 fi data=$(kubectl exec -n "${NAMESPACE}" "${primary}" -c database -- bash -c \ "psql -q -t -d migrationtest -c 'SELECT id, value FROM migration_data ORDER BY id;'") kubectl create configmap -n "${NAMESPACE}" 05-percona-restored-data \ --from-literal=data="${data}" # Also verify the cluster is writable after the restore kubectl exec -n "${NAMESPACE}" "${primary}" -c database -- bash -c " psql -d migrationtest -c \"INSERT INTO migration_data VALUES (4, 'written-after-restore');\" "] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | + source ../../functions logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ realpath ../../.. logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ BUSYBOX_VER=1.36 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ pwd logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/vars.sh logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export GIT_BRANCH=PR-1724 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ GIT_BRANCH=PR-1724 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export VERSION=PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ VERSION=PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ SKIP_TEST_WARNINGS=true logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ command -v oc logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ ! -n '' ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ -n '' ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PG_VER=18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ PG_VER=18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PG_DISTRIBUTION= logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ PG_DISTRIBUTION= logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ '' == community ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export BUCKET=pg-operator-testing logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ BUCKET=pg-operator-testing logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PGOV1_TAG=1.4.0 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ PGOV1_TAG=1.4.0 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PGOV1_VER=14 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ PGOV1_VER=14 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export CPGO_VERSION=5.8.7 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ CPGO_VERSION=5.8.7 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export MINIO_VER=5.4.0 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ MINIO_VER=5.4.0 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export VAULT_VER=0.32.0 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ VAULT_VER=0.32.0 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export REGISTRY_NAME=docker.io logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ REGISTRY_NAME=docker.io logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ printenv logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ grep -E '^IMAGE' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ awk -F= '{print $1}' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which gdate logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which date logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ date=/usr/sbin/date logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which gsed logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which sed logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | +++ sed=/usr/sbin/sed logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ oc get projects logger.go:42: 14:32:35 | migration-from-crunchy-backup-restore/5-verify-data | ++ kubectl get pod -n kuttl-test-stirring-bobcat -l postgres-operator.crunchydata.com/cluster=percona-restored,postgres-operator.crunchydata.com/role=primary -o 'jsonpath={.items[0].metadata.name}' logger.go:42: 14:32:36 | migration-from-crunchy-backup-restore/5-verify-data | + primary=percona-restored-instance1-84fb-0 logger.go:42: 14:32:36 | migration-from-crunchy-backup-restore/5-verify-data | + '[' -z percona-restored-instance1-84fb-0 ']' logger.go:42: 14:32:36 | migration-from-crunchy-backup-restore/5-verify-data | ++ kubectl exec -n kuttl-test-stirring-bobcat percona-restored-instance1-84fb-0 -c database -- bash -c 'psql -q -t -d migrationtest -c '\''SELECT id, value FROM migration_data ORDER BY id;'\''' logger.go:42: 14:32:37 | migration-from-crunchy-backup-restore/5-verify-data | + data=$' 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 14:32:37 | migration-from-crunchy-backup-restore/5-verify-data | + kubectl create configmap -n kuttl-test-stirring-bobcat 05-percona-restored-data $'--from-literal=data= 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 14:32:38 | migration-from-crunchy-backup-restore/5-verify-data | configmap/05-percona-restored-data created logger.go:42: 14:32:38 | migration-from-crunchy-backup-restore/5-verify-data | + kubectl exec -n kuttl-test-stirring-bobcat percona-restored-instance1-84fb-0 -c database -- bash -c $'\n psql -d migrationtest -c "INSERT INTO migration_data VALUES (4, \'written-after-restore\');"\n' logger.go:42: 14:32:39 | migration-from-crunchy-backup-restore/5-verify-data | INSERT 0 1 logger.go:42: 14:32:39 | migration-from-crunchy-backup-restore/5-verify-data | running command: [sh -c set -o errexit data=$(kubectl get configmap 05-percona-restored-data -n "${NAMESPACE}" \ -o jsonpath='{.data.data}') for expected in "row-one" "row-two" "row-three"; do echo "${data}" | grep -q "${expected}" || { echo "ERROR: '${expected}' missing from Percona restored cluster. Got: ${data}" exit 1 } done echo "All expected rows found in Percona restored cluster"] logger.go:42: 14:32:39 | migration-from-crunchy-backup-restore/5-verify-data | All expected rows found in Percona restored cluster logger.go:42: 14:32:39 | migration-from-crunchy-backup-restore/5-verify-data | test step completed 5-verify-data logger.go:42: 14:32:39 | migration-from-crunchy-backup-restore/6-remove-datasource | starting test step 6-remove-datasource logger.go:42: 14:32:39 | migration-from-crunchy-backup-restore/6-remove-datasource | running command: [sh -c set -o errexit set -o xtrace # Remove the dataSource field from the PerconaPGCluster spec. # dataSource is only needed to bootstrap the cluster from the Crunchy # backup. Leaving it in the spec after bootstrap causes the cluster's # pgBackRest configuration to reference the Crunchy repo path instead # of the cluster's own repo, which breaks subsequent backups and restores. kubectl -n "${NAMESPACE}" patch perconapgcluster percona-restored \ --type=json \ -p='[{"op":"remove","path":"/spec/dataSource"}]' kubectl -n "${NAMESPACE}" get perconapgcluster percona-restored -o yaml] logger.go:42: 14:32:39 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-stirring-bobcat patch perconapgcluster percona-restored --type=json '-p=[{"op":"remove","path":"/spec/dataSource"}]' logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | perconapgcluster.pgv2.percona.com/percona-restored patched logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-stirring-bobcat get perconapgcluster percona-restored -o yaml logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | apiVersion: pgv2.percona.com/v2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | kind: PerconaPGCluster logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | metadata: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | annotations: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | kubectl.kubernetes.io/last-applied-configuration: | logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | {"apiVersion":"pgv2.percona.com/v2","kind":"PerconaPGCluster","metadata":{"annotations":{},"labels":{"e2e":"percona-restored"},"name":"percona-restored","namespace":"kuttl-test-stirring-bobcat"},"spec":{"backups":{"pgbackrest":{"configuration":[{"secret":{"name":"migration-backup-restore-pgbackrest-secrets"}}],"global":{"repo1-path":"/migration-backup-restore/17324/percona-repo1","repo1-s3-uri-style":"path","repo1-s3-verify-tls":"n"},"image":"docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18","manual":{"options":["--type=full"],"repoName":"repo1"},"repoHost":{"affinity":{"podAntiAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"podAffinityTerm":{"labelSelector":{"matchLabels":{"postgres-operator.crunchydata.com/data":"pgbackrest"}},"topologyKey":"kubernetes.io/hostname"},"weight":1}]}}},"repos":[{"name":"repo1","s3":{"bucket":"operator-testing","endpoint":"minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000","region":"us-east-1"}}]}},"crVersion":"3.1.0","dataSource":{"pgbackrest":{"configuration":[{"secret":{"name":"migration-backup-restore-pgbackrest-secrets"}}],"global":{"repo1-path":"/migration-backup-restore/28640/crunchy-repo1","repo1-s3-uri-style":"path","repo1-s3-verify-tls":"n"},"repo":{"name":"repo1","s3":{"bucket":"operator-testing","endpoint":"minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000","region":"us-east-1"}},"stanza":"db"}},"image":"docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres","imagePullPolicy":"Always","initContainer":{"image":"docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1"},"instances":[{"dataVolumeClaimSpec":{"accessModes":["ReadWriteOnce"],"resources":{"requests":{"storage":"2Gi"}}},"name":"instance1","replicas":3}],"logcollector":{"enabled":true,"image":"docker.io/perconalab/fluentbit:main-logcollector"},"pmm":{"customClusterName":"percona-restored-pmm-custom-name","enabled":false,"image":"docker.io/perconalab/pmm-client:3-dev-latest","postgresParams":"--environment=dev-postgres","secret":"percona-restored-pmm-secret","serverHost":"monitoring-service"},"postgresVersion":18,"proxy":{"pgBouncer":{"affinity":{"podAntiAffinity":{"preferredDuringSchedulingIgnoredDuringExecution":[{"podAffinityTerm":{"labelSelector":{"matchLabels":{"postgres-operator.crunchydata.com/role":"pgbouncer"}},"topologyKey":"kubernetes.io/hostname"},"weight":1}]}},"image":"docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18","replicas":3}}}} logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | pgv2.percona.com/patroni-version: 4.1.3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | creationTimestamp: "2026-08-06T14:29:35Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | finalizers: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - internal.percona.com/stop-watchers logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | generation: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | labels: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | e2e: percona-restored logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | name: percona-restored logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | namespace: kuttl-test-stirring-bobcat logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | resourceVersion: "1786026760605455016" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | uid: dcb256a6-195f-4721-88c0-1b422c8095e2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | spec: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | backups: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | pgbackrest: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | configuration: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - secret: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | name: migration-backup-restore-pgbackrest-secrets logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | global: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repo1-path: /migration-backup-restore/17324/percona-repo1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repo1-s3-uri-style: path logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repo1-s3-verify-tls: "n" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | manual: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | options: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - --type=full logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repoName: repo1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repoHost: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | affinity: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | podAntiAffinity: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | preferredDuringSchedulingIgnoredDuringExecution: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - podAffinityTerm: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | labelSelector: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | matchLabels: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | postgres-operator.crunchydata.com/data: pgbackrest logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | topologyKey: kubernetes.io/hostname logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | weight: 1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repos: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - name: repo1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | s3: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | bucket: operator-testing logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | endpoint: minio-service.kuttl-test-stirring-bobcat.svc.cluster.local:9000 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | region: us-east-1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | crVersion: 3.1.0 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | imagePullPolicy: Always logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | initContainer: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | instances: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - dataVolumeClaimSpec: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | accessModes: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - ReadWriteOnce logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | resources: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | requests: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | storage: 2Gi logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | name: instance1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | replicas: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | logcollector: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | enabled: true logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | pmm: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | customClusterName: percona-restored-pmm-custom-name logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | enabled: false logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | postgresParams: --environment=dev-postgres logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | querySource: pgstatstatements logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | secret: percona-restored-pmm-secret logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | serverHost: monitoring-service logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | port: 5432 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | postgresVersion: 18 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | proxy: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | pgBouncer: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | affinity: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | podAntiAffinity: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | preferredDuringSchedulingIgnoredDuringExecution: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - podAffinityTerm: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | labelSelector: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | matchLabels: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | postgres-operator.crunchydata.com/role: pgbouncer logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | topologyKey: kubernetes.io/hostname logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | weight: 1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | port: 5432 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | replicas: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | conditions: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:29:36Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: "" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: PGBackRestReplicaCreate logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "False" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: ReadyForBackup logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:29:36Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: certManagementPolicy is auto logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: TLSSecretsFound logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: TLSSecretsReady logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:30:04Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest restore completed successfully logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: PGBackRestRestoreComplete logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PostgresDataInitialized logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:30:14Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest dedicated repository host is ready logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: RepoHostReady logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGBackRestRepoHostReady logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:30:33Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest replica create repo is ready for backups logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: StanzaCreated logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGBackRestReplicaRepoReady logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:30:09Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest replica creation is not currently possible logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: RepoBackupNotComplete logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "False" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGBackRestReplicaCreate logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:30:12Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: Deployment has minimum availability. logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: MinimumReplicasAvailable logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: ProxyAvailable logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:30:24Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: Legacy PostgresCluster not found logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: APIGroupMigrationNotNeeded logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: APIGroupMigration logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-06T14:30:31Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pg_tde is disabled in PerconaPGCluster logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: Disabled logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "False" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGTDEEnabled logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | host: percona-restored-pgbouncer.kuttl-test-stirring-bobcat.svc logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | installedCustomExtensions: [] logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 2 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | patroni: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | status: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | systemIdentifier: "7670924661907472459" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | version: 4.1.3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | patroniVersion: 4.1.3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | pgbackrest: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repoHost: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | apiVersion: apps/v1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | kind: StatefulSet logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: true logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repos: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - name: repo1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | repoOptionsHash: 84fcb9f948 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | stanzaCreated: true logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | restore: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | completionTime: "2026-08-06T14:30:04Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | finished: true logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | id: ~pgo-bootstrap-percona-restored logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | startTime: "2026-08-06T14:29:37Z" logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | succeeded: 1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | pgbouncer: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | size: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | postgres: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | distribution: percona logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | imageID: docker.io/perconalab/percona-postgresql-operator@sha256:1ff4ecf7b841866a887eb9fc26497952da67940ed92ab854d88c66b40f370d76 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | instances: logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | - name: instance1 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | size: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | size: 3 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | version: 18 logger.go:42: 14:32:40 | migration-from-crunchy-backup-restore/6-remove-datasource | state: ready logger.go:42: 14:32:41 | migration-from-crunchy-backup-restore/6-remove-datasource | running command: [sh -c set -o errexit set -o xtrace # Verify dataSource is absent from the Percona CR spec. if kubectl -n "${NAMESPACE}" get perconapgcluster percona-restored \ -o jsonpath='{.spec.dataSource}' | grep -q .; then echo "ERROR: spec.dataSource still present in PerconaPGCluster" exit 1 fi # Verify the upstream PostgresCluster (managed by the operator) also # has no dataSource — the operator propagates the removal during reconcile. if kubectl -n "${NAMESPACE}" get postgrescluster percona-restored \ -o jsonpath='{.spec.dataSource}' | grep -q .; then echo "ERROR: spec.dataSource still present in upstream PostgresCluster" exit 1 fi echo "dataSource absent from both PerconaPGCluster and PostgresCluster"] logger.go:42: 14:32:41 | migration-from-crunchy-backup-restore/6-remove-datasource | + grep -q . logger.go:42: 14:32:41 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-stirring-bobcat get perconapgcluster percona-restored -o 'jsonpath={.spec.dataSource}' logger.go:42: 14:32:41 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-stirring-bobcat get postgrescluster percona-restored -o 'jsonpath={.spec.dataSource}' logger.go:42: 14:32:41 | migration-from-crunchy-backup-restore/6-remove-datasource | + grep -q . logger.go:42: 14:32:42 | migration-from-crunchy-backup-restore/6-remove-datasource | Error from server (NotFound): postgresclusters.postgres-operator.crunchydata.com "percona-restored" not found logger.go:42: 14:32:42 | migration-from-crunchy-backup-restore/6-remove-datasource | + echo 'dataSource absent from both PerconaPGCluster and PostgresCluster' logger.go:42: 14:32:42 | migration-from-crunchy-backup-restore/6-remove-datasource | dataSource absent from both PerconaPGCluster and PostgresCluster logger.go:42: 14:32:42 | migration-from-crunchy-backup-restore/6-remove-datasource | test step completed 6-remove-datasource logger.go:42: 14:32:42 | migration-from-crunchy-backup-restore/7-backup | starting test step 7-backup logger.go:42: 14:32:43 | migration-from-crunchy-backup-restore/7-backup | PerconaPGBackup:kuttl-test-stirring-bobcat/post-migration-backup created logger.go:42: 14:33:22 | migration-from-crunchy-backup-restore/7-backup | test step completed 7-backup logger.go:42: 14:33:22 | migration-from-crunchy-backup-restore/8-restore | starting test step 8-restore logger.go:42: 14:33:22 | migration-from-crunchy-backup-restore/8-restore | running command: [sh -c set -o errexit set -o xtrace source ../../functions # Scale down to 1 before restore: --type=immediate can be behind replicas' # WAL position, forcing pg_rewind which fails on the missing 00000002.history. # Step 09 scales back to 3 after verifying the restored data. kubectl -n "${NAMESPACE}" patch perconapgcluster percona-restored \ --type=json \ -p='[{"op":"replace","path":"/spec/instances/0/replicas","value":1}]' # Wait for exactly 1 postgres pod to be Running before we proceed. attempt=0 while [ "${attempt}" -lt 30 ]; do running=$(kubectl get pods -n "${NAMESPACE}" \ -l postgres-operator.crunchydata.com/cluster=percona-restored,postgres-operator.crunchydata.com/data=postgres \ --field-selector=status.phase=Running \ -o jsonpath='{.items[*].metadata.name}' | wc -w | tr -d ' ') echo "Running postgres pods: ${running}" if [ "${running}" = "1" ]; then break; fi attempt=$((attempt + 1)) sleep 10 done if [ "${running}" != "1" ]; then echo "ERROR: timed out waiting for scale-down to 1 pod" exit 1 fi primary=$(kubectl get pod -n "${NAMESPACE}" \ -l postgres-operator.crunchydata.com/cluster=percona-restored,postgres-operator.crunchydata.com/role=primary \ -o jsonpath='{.items[0].metadata.name}') if [ -z "${primary}" ]; then echo "ERROR: Percona primary pod not found" exit 1 fi # Insert rows AFTER the backup from step 07. These rows should be absent # after the restore, proving we actually went back to the backup point. kubectl exec -n "${NAMESPACE}" "${primary}" -c database -- bash -c " psql -d migrationtest -c \"INSERT INTO migration_data VALUES (5, 'post-backup-row-one');\" psql -d migrationtest -c \"INSERT INTO migration_data VALUES (6, 'post-backup-row-two');\" psql -d migrationtest -c \"INSERT INTO migration_data VALUES (7, 'post-backup-row-three');\" " count=$(kubectl exec -n "${NAMESPACE}" "${primary}" -c database -- bash -c \ "psql -q -t -d migrationtest -c 'SELECT count(*) FROM migration_data;' | tr -d ' '") echo "Row count before restore: ${count}" # Resolve the latest full backup label so --set pins the restore to exactly # that backup (avoids ambiguity if older backups exist in the repo). backup_label=$(kubectl -n "${NAMESPACE}" exec "${primary}" -- \ pgbackrest info --output json --log-level-console=info --stanza=db \ | jq -r '[.[] | .backup[] | select(.type == "full") | select(.database.["repo-key"] == 1)][-1].label') if [ -z "${backup_label}" ] || [ "${backup_label}" = "null" ]; then echo "ERROR: could not determine latest full backup label" exit 1 fi echo "Restoring from backup: ${backup_label}" # Restore to the step-07 backup point; post-backup rows must disappear. cat </dev/null || true helm uninstall pgo --namespace "${CRUNCHY_NS}" --ignore-not-found || true kubectl delete namespace "${CRUNCHY_NS}" --ignore-not-found || true remove_all_finalizers check_operator_panic destroy_operator] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | + source ../../functions logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ realpath ../../.. logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++ BUSYBOX_VER=1.36 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ pwd logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/vars.sh logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/deploy logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/conf logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export GIT_BRANCH=PR-1724 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ GIT_BRANCH=PR-1724 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export VERSION=PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ VERSION=PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ SKIP_TEST_WARNINGS=true logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ command -v oc logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ ! -n '' ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ -n '' ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PG_VER=18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ PG_VER=18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PG_DISTRIBUTION= logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ PG_DISTRIBUTION= logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ '' == community ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export BUCKET=pg-operator-testing logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ BUCKET=pg-operator-testing logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PGOV1_TAG=1.4.0 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ PGOV1_TAG=1.4.0 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PGOV1_VER=14 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ PGOV1_VER=14 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export CPGO_VERSION=5.8.7 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ CPGO_VERSION=5.8.7 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export MINIO_VER=5.4.0 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ MINIO_VER=5.4.0 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export VAULT_VER=0.32.0 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ VAULT_VER=0.32.0 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export REGISTRY_NAME=docker.io logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ REGISTRY_NAME=docker.io logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ printenv logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ grep -E '^IMAGE' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ awk -F= '{print $1}' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:PR-1724-9924e38a1 == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1 logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which gdate logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which date logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ date=/usr/sbin/date logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which gsed logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1724/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which sed logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | +++ sed=/usr/sbin/sed logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | ++ oc get projects logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | + CRUNCHY_NS=kuttl-test-stirring-bobcat-crunchy logger.go:42: 14:37:48 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl delete postgrescluster crunchy-source -n kuttl-test-stirring-bobcat-crunchy --ignore-not-found logger.go:42: 14:37:49 | migration-from-crunchy-backup-restore/99-cleanup | postgrescluster.postgres-operator.crunchydata.com "crunchy-source" deleted from kuttl-test-stirring-bobcat-crunchy namespace logger.go:42: 14:37:53 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl patch postgrescluster crunchy-source -n kuttl-test-stirring-bobcat-crunchy --type=json '-p=[{"op":"remove","path":"/metadata/finalizers"}]' logger.go:42: 14:37:53 | migration-from-crunchy-backup-restore/99-cleanup | + true logger.go:42: 14:37:53 | migration-from-crunchy-backup-restore/99-cleanup | + helm uninstall pgo --namespace kuttl-test-stirring-bobcat-crunchy --ignore-not-found logger.go:42: 14:37:56 | migration-from-crunchy-backup-restore/99-cleanup | release "pgo" uninstalled logger.go:42: 14:37:56 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl delete namespace kuttl-test-stirring-bobcat-crunchy --ignore-not-found logger.go:42: 14:37:57 | migration-from-crunchy-backup-restore/99-cleanup | namespace "kuttl-test-stirring-bobcat-crunchy" deleted logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + remove_all_finalizers logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + resource_types=("pg-restore" "pg-backup" "pg") logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + for resource in "${resource_types[@]}" logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + echo 'removing all finalizers for pg-restore resources' logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | removing all finalizers for pg-restore resources logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat get pg-restore -o json logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + jq '.items[] | .metadata.name' -r logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:08 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:09 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat delete pg-restore percona-restored-bootstrap --wait=0 logger.go:42: 14:38:09 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com "percona-restored-bootstrap" deleted from kuttl-test-stirring-bobcat namespace logger.go:42: 14:38:09 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-stirring-bobcat get pg-restore percona-restored-bootstrap -o yaml logger.go:42: 14:38:09 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgrestores.pgv2.percona.com "percona-restored-bootstrap" not found logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat delete pg-restore post-migration-restore --wait=0 logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com "post-migration-restore" deleted from kuttl-test-stirring-bobcat namespace logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-stirring-bobcat get pg-restore post-migration-restore -o yaml logger.go:42: 14:38:10 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 14:38:11 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 1 == 0 ]] logger.go:42: 14:38:11 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat patch pg-restore post-migration-restore --type=json '-p=[{"op": "remove", "path": "/metadata/finalizers"}]' logger.go:42: 14:38:11 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com/post-migration-restore patched logger.go:42: 14:38:11 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:11 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:11 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat delete pg-restore second-pitr-restore --wait=0 logger.go:42: 14:38:12 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com "second-pitr-restore" deleted from kuttl-test-stirring-bobcat namespace logger.go:42: 14:38:12 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-stirring-bobcat get pg-restore second-pitr-restore -o yaml logger.go:42: 14:38:12 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 14:38:12 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 1 == 0 ]] logger.go:42: 14:38:12 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat patch pg-restore second-pitr-restore --type=json '-p=[{"op": "remove", "path": "/metadata/finalizers"}]' logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com/second-pitr-restore patched logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + for resource in "${resource_types[@]}" logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + echo 'removing all finalizers for pg-backup resources' logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | removing all finalizers for pg-backup resources logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat get pg-backup -o json logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + jq '.items[] | .metadata.name' -r logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:13 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat delete pg-backup percona-restored-backup-spln-plk87 --wait=0 logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | perconapgbackup.pgv2.percona.com "percona-restored-backup-spln-plk87" deleted from kuttl-test-stirring-bobcat namespace logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-stirring-bobcat get pg-backup percona-restored-backup-spln-plk87 -o yaml logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgbackups.pgv2.percona.com "percona-restored-backup-spln-plk87" not found logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:14 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat delete pg-backup post-migration-backup --wait=0 logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | perconapgbackup.pgv2.percona.com "post-migration-backup" deleted from kuttl-test-stirring-bobcat namespace logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-stirring-bobcat get pg-backup post-migration-backup -o yaml logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgbackups.pgv2.percona.com "post-migration-backup" not found logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat delete pg-backup second-post-restore-backup --wait=0 logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | perconapgbackup.pgv2.percona.com "second-post-restore-backup" deleted from kuttl-test-stirring-bobcat namespace logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-stirring-bobcat get pg-backup second-post-restore-backup -o yaml logger.go:42: 14:38:15 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgbackups.pgv2.percona.com "second-post-restore-backup" not found logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + for resource in "${resource_types[@]}" logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + echo 'removing all finalizers for pg resources' logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | removing all finalizers for pg resources logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-stirring-bobcat get pg -o json logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + jq '.items[] | .metadata.name' -r logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | + check_operator_panic logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | ++ get_operator_pod logger.go:42: 14:38:16 | migration-from-crunchy-backup-restore/99-cleanup | +++ kubectl get pods -n pg-operator --selector=app.kubernetes.io/name=percona-postgresql-operator -o 'jsonpath={.items[].metadata.name}' logger.go:42: 14:38:17 | migration-from-crunchy-backup-restore/99-cleanup | ++ echo percona-postgresql-operator-57f58d79dc-hmjpr logger.go:42: 14:38:17 | migration-from-crunchy-backup-restore/99-cleanup | + local operator_pod=percona-postgresql-operator-57f58d79dc-hmjpr logger.go:42: 14:38:17 | migration-from-crunchy-backup-restore/99-cleanup | + local panic_log logger.go:42: 14:38:17 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl logs -n pg-operator percona-postgresql-operator-57f58d79dc-hmjpr -c operator logger.go:42: 14:38:17 | migration-from-crunchy-backup-restore/99-cleanup | ++ grep -A 100 'Observed a panic' logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | ++ true logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | + panic_log= logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | + '[' -n '' ']' logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | + destroy_operator logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n pg-operator delete deployment percona-postgresql-operator --force --grace-period=0 logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | deployment.apps "percona-postgresql-operator" force deleted from pg-operator namespace logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | + [[ -n pg-operator ]] logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl delete namespace pg-operator --force --grace-period=0 logger.go:42: 14:38:18 | migration-from-crunchy-backup-restore/99-cleanup | Warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. logger.go:42: 14:38:19 | migration-from-crunchy-backup-restore/99-cleanup | namespace "pg-operator" force deleted logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore/99-cleanup | test step completed 99-cleanup logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | migration-from-crunchy-backup-restore events from ns kuttl-test-stirring-bobcat: logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:49 +0000 UTC Normal ReplicaSet.apps minio-service-7979c64d4c SuccessfulCreate Created pod: minio-service-7979c64d4c-2cnmg replicaset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:49 +0000 UTC Normal PersistentVolumeClaim minio-service WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:49 +0000 UTC Normal Deployment.apps minio-service ScalingReplicaSet Scaled up replica set minio-service-7979c64d4c from 0 to 1 deployment-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:49 +0000 UTC Normal PersistentVolumeClaim minio-service ExternalProvisioning Waiting for a volume to be created either by the external provisioner 'pd.csi.storage.gke.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:49 +0000 UTC Normal PersistentVolumeClaim minio-service Provisioning External provisioner is provisioning volume for claim "kuttl-test-stirring-bobcat/minio-service" pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:50 +0000 UTC Normal Pod minio-service-post-job-7zj7t Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/minio-service-post-job-7zj7t to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:50 +0000 UTC Normal Job.batch minio-service-post-job SuccessfulCreate Created pod: minio-service-post-job-7zj7t job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:51 +0000 UTC Normal Pod minio-service-post-job-7zj7t.spec.containers{minio-make-user} Pulling Pulling image "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:53 +0000 UTC Normal Pod minio-service-post-job-7zj7t.spec.containers{minio-make-user} Pulled Successfully pulled image "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z" in 1.801s (1.801s including waiting). Image size: 28122288 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:53 +0000 UTC Normal Pod minio-service-post-job-7zj7t.spec.containers{minio-make-user} Created Created container: minio-make-user kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:53 +0000 UTC Normal Pod minio-service-post-job-7zj7t.spec.containers{minio-make-user} Started Started container minio-make-user kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:53 +0000 UTC Normal PersistentVolumeClaim minio-service ProvisioningSucceeded Successfully provisioned volume pvc-ba60eaa8-e231-41ec-ac70-c02537c50358 pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:23:54 +0000 UTC Normal Pod minio-service-7979c64d4c-2cnmg Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/minio-service-7979c64d4c-2cnmg to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:02 +0000 UTC Normal Pod minio-service-7979c64d4c-2cnmg SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-ba60eaa8-e231-41ec-ac70-c02537c50358" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:06 +0000 UTC Normal Pod minio-service-7979c64d4c-2cnmg.spec.containers{minio} Pulled Container image "quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:06 +0000 UTC Normal Pod minio-service-7979c64d4c-2cnmg.spec.containers{minio} Created Created container: minio kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:06 +0000 UTC Normal Pod minio-service-7979c64d4c-2cnmg.spec.containers{minio} Started Started container minio kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:15 +0000 UTC Normal Job.batch minio-service-post-job Completed Job completed job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:17 +0000 UTC Normal Pod aws-cli Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/aws-cli to gke-jen-pg-1724-9924e38a-default-pool-063311f5-ggnj default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:18 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Pulling Pulling image "perconalab/awscli" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:18 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Pulled Successfully pulled image "perconalab/awscli" in 122ms (122ms including waiting). Image size: 30314917 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:18 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Created Created container: aws-cli kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:18 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Started Started container aws-cli kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:37 +0000 UTC Normal Pod pg-client-65d98588cc-l75tp Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/pg-client-65d98588cc-l75tp to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:37 +0000 UTC Normal Pod pg-client-65d98588cc-l75tp.spec.containers{pg-client} Pulling Pulling image "perconalab/percona-distribution-postgresql:16" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:37 +0000 UTC Normal Pod pg-client-65d98588cc-l75tp.spec.containers{pg-client} Pulled Successfully pulled image "perconalab/percona-distribution-postgresql:16" in 114ms (114ms including waiting). Image size: 453984494 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:37 +0000 UTC Normal Pod pg-client-65d98588cc-l75tp.spec.containers{pg-client} Created Created container: pg-client kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:37 +0000 UTC Normal Pod pg-client-65d98588cc-l75tp.spec.containers{pg-client} Started Started container pg-client kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:37 +0000 UTC Normal ReplicaSet.apps pg-client-65d98588cc SuccessfulCreate Created pod: pg-client-65d98588cc-l75tp replicaset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:24:37 +0000 UTC Normal Deployment.apps pg-client ScalingReplicaSet Scaled up replica set pg-client-65d98588cc from 0 to 1 deployment-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:37 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-84fb-pgdata WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:37 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-84fb-pgdata ExternalProvisioning Waiting for a volume to be created either by the external provisioner 'pd.csi.storage.gke.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:37 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-84fb-pgdata Provisioning External provisioner is provisioning volume for claim "kuttl-test-stirring-bobcat/percona-restored-instance1-84fb-pgdata" pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:37 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore SuccessfulCreate Created pod: percona-restored-pgbackrest-restore-wcsqx job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:41 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-84fb-pgdata ProvisioningSucceeded Successfully provisioned volume pvc-8411cc50-28f8-430d-b384-61be381f90b6 pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:41 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-pgbackrest-restore-wcsqx to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:49 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-8411cc50-28f8-430d-b384-61be381f90b6" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:50 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:50 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 99ms (99ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:50 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:50 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:51 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.containers{pgbackrest-restore} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:51 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.containers{pgbackrest-restore} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 139ms (139ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:51 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.containers{pgbackrest-restore} Created Created container: pgbackrest-restore kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:29:51 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-wcsqx.spec.containers{pgbackrest-restore} Started Started container pgbackrest-restore kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:04 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore Completed Job completed job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:05 +0000 UTC Warning Service percona-restored-ha ClusterIPAllocation ClusterIPNotAllocated Cluster IP [IPv4]: 34.118.229.130 is not allocated; repairing ipallocator-repair-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:05 +0000 UTC Warning Service percona-restored-replicas ClusterIPAllocation ClusterIPNotAllocated Cluster IP [IPv4]: 34.118.226.133 is not allocated; repairing ipallocator-repair-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:06 +0000 UTC Normal Pod percona-restored-instance1-84fb-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-84fb-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:06 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-84fb SuccessfulCreate create Pod percona-restored-instance1-84fb-0 in StatefulSet percona-restored-instance1-84fb successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:07 +0000 UTC Warning Pod percona-restored-instance1-84fb-0 FailedMount MountVolume.SetUp failed for volume "pgbackrest-config" : secret "percona-restored-pgbackrest" not found kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:07 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-p7wd-pgdata WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:07 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-vmnc-pgdata WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:09 +0000 UTC Normal Pod percona-restored-repo-host-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-repo-host-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-54x8 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:09 +0000 UTC Normal StatefulSet.apps percona-restored-repo-host SuccessfulCreate create Pod percona-restored-repo-host-0 in StatefulSet percona-restored-repo-host successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:09 +0000 UTC Normal PostgresCluster.upstream.pgv2.percona.com percona-restored RepoHostCreated created pgBackRest repository host StatefulSet/percona-restored-repo-host postgrescluster-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-pgbouncer-6b77d9c86f-26ltb to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-pgbouncer-6b77d9c86f-cmjb6 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-ggnj default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-pgbouncer-6b77d9c86f-sx488 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-54x8 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal ReplicaSet.apps percona-restored-pgbouncer-6b77d9c86f SuccessfulCreate Created pod: percona-restored-pgbouncer-6b77d9c86f-sx488 replicaset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal ReplicaSet.apps percona-restored-pgbouncer-6b77d9c86f SuccessfulCreate Created pod: percona-restored-pgbouncer-6b77d9c86f-cmjb6 replicaset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal ReplicaSet.apps percona-restored-pgbouncer-6b77d9c86f SuccessfulCreate Created pod: percona-restored-pgbouncer-6b77d9c86f-26ltb replicaset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal PodDisruptionBudget.policy percona-restored-pgbouncer NoPods No matching pods found controllermanager logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Deployment.apps percona-restored-pgbouncer ScalingReplicaSet Scaled up replica set percona-restored-pgbouncer-6b77d9c86f from 0 to 3 deployment-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 135ms (135ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:10 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 117ms (117ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer} Created Created container: pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer} Started Started container pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer-config} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer-config} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 110ms (110ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer-config} Created Created container: pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer-config} Started Started container pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 145ms (145ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer} Created Created container: pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer} Started Started container pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer-config} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer-config} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 139ms (139ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer-config} Created Created container: pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer-config} Started Started container pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 145ms (145ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer} Created Created container: pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer} Started Started container pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer-config} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer-config} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 121ms (121ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer-config} Created Created container: pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer-config} Started Started container pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 102ms (102ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 121ms (121ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:11 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Created Created container: pgbackrest-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:12 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Started Started container pgbackrest-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:13 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:13 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 143ms (143ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:13 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:14 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:14 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:14 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 111ms (111ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:14 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:14 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:15 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:15 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 128ms (128ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:15 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:15 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:16 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:16 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 109ms (109ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:16 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:16 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 125ms (125ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 106ms (106ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:18 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:18 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:20 +0000 UTC Warning Pod percona-restored-instance1-84fb-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:24 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-vmnc-pgdata ExternalProvisioning Waiting for a volume to be created either by the external provisioner 'pd.csi.storage.gke.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:24 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-vmnc-pgdata Provisioning External provisioner is provisioning volume for claim "kuttl-test-stirring-bobcat/percona-restored-instance1-vmnc-pgdata" pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:24 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-vmnc SuccessfulCreate create Pod percona-restored-instance1-vmnc-0 in StatefulSet percona-restored-instance1-vmnc successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:25 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-p7wd-pgdata ExternalProvisioning Waiting for a volume to be created either by the external provisioner 'pd.csi.storage.gke.io' or manually by the system administrator. If volume creation is delayed, please verify that the provisioner is running and correctly registered. persistentvolume-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:25 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-p7wd-pgdata Provisioning External provisioner is provisioning volume for claim "kuttl-test-stirring-bobcat/percona-restored-instance1-p7wd-pgdata" pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:25 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-p7wd SuccessfulCreate create Pod percona-restored-instance1-p7wd-0 in StatefulSet percona-restored-instance1-p7wd successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:28 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-vmnc-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-ggnj default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:28 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-vmnc-pgdata ProvisioningSucceeded Successfully provisioned volume pvc-df416223-4128-46df-89b0-2a9ca13a3557 pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:29 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-p7wd-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-54x8 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:29 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-p7wd-pgdata ProvisioningSucceeded Successfully provisioned volume pvc-39c08ac4-d970-463d-baf1-1bba45c8f05c pd.csi.storage.gke.io_gke-bb4aefcd7dbb4bc593f8-5b85-a89e-vm_fd5036c1-114a-41c6-b1b5-1a3183764db8 logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:33 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-backup-spln-tpmcz to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:33 +0000 UTC Normal Job.batch percona-restored-backup-spln SuccessfulCreate Created pod: percona-restored-backup-spln-tpmcz job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:33 +0000 UTC Normal PostgresCluster.upstream.pgv2.percona.com percona-restored StanzasCreated pgBackRest stanza creation completed successfully postgrescluster-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:34 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:34 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 126ms (126ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:34 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:34 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:35 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:35 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.containers{pgbackrest} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 94ms (94ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:35 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:35 +0000 UTC Normal Pod percona-restored-backup-spln-tpmcz.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:36 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-df416223-4128-46df-89b0-2a9ca13a3557" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:37 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:38 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-39c08ac4-d970-463d-baf1-1bba45c8f05c" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:38 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 164ms (164ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:38 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:38 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:38 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:38 +0000 UTC Warning PostgresCluster.upstream.pgv2.percona.com percona-restored UnableToCreateStanzas 2026-08-06 14:30:38.444 P00 ERROR: [050]: unable to acquire lock on file '/tmp/pgbackrest/db-backup-1.lock': Resource temporarily unavailable HINT: is another pgBackRest process running? 2026-08-06 14:30:38.626 P00 ERROR: [050]: unable to acquire lock on file '/tmp/pgbackrest/db-backup-1.lock': Resource temporarily unavailable HINT: is another pgBackRest process running? : command terminated with exit code 50 postgrescluster-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 125ms (125ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 144ms (144ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:39 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 137ms (137ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 202ms (202ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:40 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 118ms (118ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 126ms (126ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:41 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 142ms (142ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 149ms (149ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 167ms (167ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:42 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:43 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:43 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 180ms (180ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:43 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:44 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:44 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:44 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 122ms (122ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:44 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:44 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:44 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:45 +0000 UTC Warning Pod percona-restored-instance1-vmnc-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:30:52 +0000 UTC Warning Pod percona-restored-instance1-p7wd-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:38 +0000 UTC Normal Job.batch percona-restored-backup-spln Completed Job completed job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:47 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-backup-ttj2-9l528 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:47 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:47 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 116ms (116ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:47 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:47 +0000 UTC Normal Job.batch percona-restored-backup-ttj2 SuccessfulCreate Created pod: percona-restored-backup-ttj2-9l528 job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:48 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:48 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:49 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.containers{pgbackrest} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 107ms (107ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:49 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:32:49 +0000 UTC Normal Pod percona-restored-backup-ttj2-9l528.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:06 +0000 UTC Normal Job.batch percona-restored-backup-ttj2 Completed Job completed job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:46 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-pgbackrest-restore-q7bkw to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:46 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore SuccessfulCreate Created pod: percona-restored-pgbackrest-restore-q7bkw job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:57 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:57 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 125ms (125ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:57 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:57 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:58 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.containers{pgbackrest-restore} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:58 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.containers{pgbackrest-restore} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 120ms (120ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:58 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.containers{pgbackrest-restore} Created Created container: pgbackrest-restore kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:33:58 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-q7bkw.spec.containers{pgbackrest-restore} Started Started container pgbackrest-restore kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:07 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore Completed Job completed job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:08 +0000 UTC Normal Pod percona-restored-instance1-84fb-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-84fb-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:08 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-84fb SuccessfulCreate create Pod percona-restored-instance1-84fb-0 in StatefulSet percona-restored-instance1-84fb successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:17 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:18 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 128ms (128ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:18 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:18 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:19 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:19 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 113ms (113ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:19 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:19 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:20 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:20 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 139ms (139ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:20 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:20 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:21 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:21 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 143ms (143ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:21 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:21 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 126ms (126ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 147ms (147ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:22 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:25 +0000 UTC Warning Pod percona-restored-instance1-84fb-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:35 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-p7wd-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-ggnj default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:35 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-p7wd SuccessfulCreate create Pod percona-restored-instance1-p7wd-0 in StatefulSet percona-restored-instance1-p7wd successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:36 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-vmnc-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-54x8 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:36 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-vmnc SuccessfulCreate create Pod percona-restored-instance1-vmnc-0 in StatefulSet percona-restored-instance1-vmnc successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:44 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-39c08ac4-d970-463d-baf1-1bba45c8f05c" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:44 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-df416223-4128-46df-89b0-2a9ca13a3557" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:45 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:45 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 168ms (168ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:45 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:46 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:46 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:46 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:46 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 138ms (138ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:46 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:46 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 137ms (137ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 151ms (151ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:47 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 145ms (145ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 141ms (141ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:48 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 150ms (150ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 146ms (146ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:49 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 142ms (142ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 162ms (162ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 146ms (146ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:50 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 140ms (140ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:51 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:51 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:51 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:34:53 +0000 UTC Warning Pod percona-restored-instance1-vmnc-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:05 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-backup-nncl-wt42n to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:05 +0000 UTC Normal Job.batch percona-restored-backup-nncl SuccessfulCreate Created pod: percona-restored-backup-nncl-wt42n job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:06 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:06 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 117ms (117ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:06 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:06 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:07 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:07 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.containers{pgbackrest} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 120ms (120ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:07 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:07 +0000 UTC Normal Pod percona-restored-backup-nncl-wt42n.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:18 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-backup-nncl-sjx76 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:18 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:18 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 131ms (131ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:18 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:18 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:18 +0000 UTC Normal Job.batch percona-restored-backup-nncl SuccessfulCreate Created pod: percona-restored-backup-nncl-sjx76 job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:19 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:19 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.containers{pgbackrest} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 118ms (118ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:19 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:19 +0000 UTC Normal Pod percona-restored-backup-nncl-sjx76.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:40 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-backup-nncl-bmpsm to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:40 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:40 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 169ms (169ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:40 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:40 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:40 +0000 UTC Normal Job.batch percona-restored-backup-nncl SuccessfulCreate Created pod: percona-restored-backup-nncl-bmpsm job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:41 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:41 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.containers{pgbackrest} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 100ms (100ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:41 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:35:42 +0000 UTC Normal Pod percona-restored-backup-nncl-bmpsm.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:08 +0000 UTC Normal Job.batch percona-restored-backup-nncl Completed Job completed job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:34 +0000 UTC Warning Pod percona-restored-instance1-p7wd-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:36 +0000 UTC Normal PodDisruptionBudget.policy percona-restored-set-instance1 NoPods No matching pods found controllermanager logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:38 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-pgbackrest-restore-vrsnt to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:38 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore SuccessfulCreate Created pod: percona-restored-pgbackrest-restore-vrsnt job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:40 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:40 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 126ms (126ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:40 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:41 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:41 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.containers{pgbackrest-restore} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:42 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.containers{pgbackrest-restore} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 148ms (148ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:42 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.containers{pgbackrest-restore} Created Created container: pgbackrest-restore kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:42 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-vrsnt.spec.containers{pgbackrest-restore} Started Started container pgbackrest-restore kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:52 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore Completed Job completed job-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:53 +0000 UTC Normal Pod percona-restored-instance1-84fb-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-84fb-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-wl76 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:36:53 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-84fb SuccessfulCreate create Pod percona-restored-instance1-84fb-0 in StatefulSet percona-restored-instance1-84fb successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:01 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:01 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 122ms (122ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:01 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:01 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:01 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:02 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 123ms (123ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:02 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:02 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:02 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:03 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 114ms (114ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:03 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:03 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:03 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:04 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 130ms (130ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:04 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:04 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:04 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 110ms (110ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 122ms (122ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:05 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:08 +0000 UTC Warning Pod percona-restored-instance1-84fb-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:13 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-p7wd-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-54x8 default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:13 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-p7wd SuccessfulCreate create Pod percona-restored-instance1-p7wd-0 in StatefulSet percona-restored-instance1-p7wd successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:13 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0 Binding Scheduled Successfully assigned kuttl-test-stirring-bobcat/percona-restored-instance1-vmnc-0 to gke-jen-pg-1724-9924e38a-default-pool-063311f5-ggnj default-scheduler logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:13 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-vmnc SuccessfulCreate create Pod percona-restored-instance1-vmnc-0 in StatefulSet percona-restored-instance1-vmnc successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:20 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-df416223-4128-46df-89b0-2a9ca13a3557" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:21 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-39c08ac4-d970-463d-baf1-1bba45c8f05c" attachdetach-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:22 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:22 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:22 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 143ms (143ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:22 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1724-9924e38a1" in 132ms (132ms including waiting). Image size: 81046132 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 133ms (133ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:23 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 135ms (135ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 146ms (146ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:24 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 128ms (128ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 132ms (132ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:25 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 155ms (155ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 150ms (150ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:26 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 136ms (136ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 130ms (130ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{database} Started Started container database kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 121ms (121ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-p7wd-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:27 +0000 UTC Normal Pod percona-restored-instance1-vmnc-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:29 +0000 UTC Warning Pod percona-restored-instance1-vmnc-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:30 +0000 UTC Warning Pod percona-restored-instance1-p7wd-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:42 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-p7wd SuccessfulDelete delete Pod percona-restored-instance1-p7wd-0 in StatefulSet percona-restored-instance1-p7wd successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:43 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-vmnc SuccessfulDelete delete Pod percona-restored-instance1-vmnc-0 in StatefulSet percona-restored-instance1-vmnc successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:46 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-84fb SuccessfulDelete delete Pod percona-restored-instance1-84fb-0 in StatefulSet percona-restored-instance1-84fb successful statefulset-controller logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:49 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer} Killing Stopping container pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:49 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-26ltb.spec.containers{pgbouncer-config} Killing Stopping container pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:49 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer} Killing Stopping container pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:49 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Killing Stopping container pgbackrest kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:49 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Killing Stopping container pgbackrest-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:50 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-cmjb6.spec.containers{pgbouncer-config} Killing Stopping container pgbouncer-config kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:50 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer} Killing Stopping container pgbouncer kubelet logger.go:42: 14:38:30 | migration-from-crunchy-backup-restore | 2026-08-06 14:37:50 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-sx488.spec.containers{pgbouncer-config} Killing Stopping container pgbouncer-config kubelet logger.go:42: 14:38:31 | migration-from-crunchy-backup-restore | Deleting namespace "kuttl-test-stirring-bobcat" === NAME kuttl harness.go:404: run tests finished harness.go:511: cleaning up harness.go:568: removing temp folder: "" --- PASS: kuttl (990.91s) --- PASS: kuttl/harness (0.00s) --- PASS: kuttl/harness/migration-from-crunchy-backup-restore (990.20s) PASS