=== RUN kuttl harness.go:460: starting setup harness.go:258: running tests using configured kubeconfig. harness.go:281: Successful connection to cluster at: https://136.114.112.81 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: 13:24:20 | migration-from-crunchy-backup-restore | Ignoring "conf": does not begin with a number followed by a dash. logger.go:42: 13:24:20 | migration-from-crunchy-backup-restore | Creating namespace "kuttl-test-exciting-kit" logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | starting test step 0-deploy-operators logger.go:42: 13:24:21 | 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: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + source ../../functions logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ realpath ../../.. logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ BUSYBOX_VER=1.36 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ pwd logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/vars.sh logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export GIT_BRANCH=PR-1688 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ GIT_BRANCH=PR-1688 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export VERSION=PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ VERSION=PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ SKIP_TEST_WARNINGS=true logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ command -v oc logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ ! -n '' ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ -n '' ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PG_VER=18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PG_VER=18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PG_DISTRIBUTION= logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PG_DISTRIBUTION= logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ '' == community ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export BUCKET=pg-operator-testing logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ BUCKET=pg-operator-testing logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PGOV1_TAG=1.4.0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PGOV1_TAG=1.4.0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export PGOV1_VER=14 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ PGOV1_VER=14 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export CPGO_VERSION=5.8.7 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ CPGO_VERSION=5.8.7 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export MINIO_VER=5.4.0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ MINIO_VER=5.4.0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export VAULT_VER=0.32.0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ VAULT_VER=0.32.0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export REGISTRY_NAME=docker.io logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ REGISTRY_NAME=docker.io logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ printenv logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ grep -E '^IMAGE' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ awk -F= '{print $1}' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which gdate logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which date logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ date=/usr/sbin/date logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which gsed logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++++ which sed logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ sed=/usr/sbin/sed logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ oc get projects logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + init_temp_dir logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + rm -rf /tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + mkdir -p /tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + CRUNCHY_NS=kuttl-test-exciting-kit-crunchy logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl create namespace kuttl-test-exciting-kit-crunchy logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | namespace/kuttl-test-exciting-kit-crunchy created logger.go:42: 13:24:21 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm install pgo oci://registry.developers.crunchydata.com/crunchydata/pgo --namespace kuttl-test-exciting-kit-crunchy --version 5.8.7 --set singleNamespace=true --wait logger.go:42: 13:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | Pulled: registry.developers.crunchydata.com/crunchydata/pgo:5.8.7 logger.go:42: 13:24:23 | migration-from-crunchy-backup-restore/0-deploy-operators | Digest: sha256:c6666e6916666f29d46f51fb383e9cdafd7f6d452f05b73314d55c93511b6842 logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | NAME: pgo logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | LAST DEPLOYED: Fri Aug 7 13:24:26 2026 logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | NAMESPACE: kuttl-test-exciting-kit-crunchy logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | STATUS: deployed logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | REVISION: 1 logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | TEST SUITE: None logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | NOTES: logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | Thank you for deploying PGO v5.8.7! logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((%%%%%%%((((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((%%% %%%%(((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((%%( (((( ( %%%((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((%% (( ,(( %%%((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((%% *%%/ %%%%%%%(((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((((((%%(( %%%%%%%%%%#(((((%%%%%%%%%%#(((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((((((((%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%(((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | *((((((((((((((((((((%%%%%% /%%%%%%%%%%%%%%%%%%%(((((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((((((((((%%%/ .%, %%%((((((((((((((((((, logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((((((((((((% %#((((((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((((((%%%%%% #%((((((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((((%% %%(((((((((((((((, logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((%%%#% % %%((((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ((((((((((((%. % % #(((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | (((((((((((%% % %%* %((((((((((((( logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | #(###(###(#%% %%% %% %%% #%%#(###(###(# logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ###########%%%%% /%%%%%%%%%%%%% %% %%%%% ,%%####### logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ###############%% %%%%%% %%% %%%%%%%% %%##### logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ################%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %%## logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ################%% %%%%%%%%%%%%%%%%% %%%% % logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ##############%# %% (%%%%%%% %%%%%% logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | #############% %%%%% %%%%%%%%%%% logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ###########% %%%%%%%%%%% %%%%%%%%% logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | #########%% %% %%%%%%%%%%%%%%%# logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ########%% %% %%%%%%%%% logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ######%% %% %%%%%% logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | ####%%% %%%%% % logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | %% %%%% logger.go:42: 13:24:50 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-exciting-kit apply -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf/minio-secret.yml logger.go:42: 13:24:51 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/minio-secret created logger.go:42: 13:24:51 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-exciting-kit get secret minio-secret -o 'jsonpath={.data.AWS_ACCESS_KEY_ID}' logger.go:42: 13:24:51 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 13:24:51 | migration-from-crunchy-backup-restore/0-deploy-operators | + access_key=some-access-key logger.go:42: 13:24:51 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-exciting-kit get secret minio-secret -o 'jsonpath={.data.AWS_SECRET_ACCESS_KEY}' logger.go:42: 13:24:51 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 13:24:52 | migration-from-crunchy-backup-restore/0-deploy-operators | + secret_key=some-secret-key logger.go:42: 13:24:52 | 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: 13:24:52 | migration-from-crunchy-backup-restore/0-deploy-operators | ...+.....+.........+...+......+.+......+++++++++++++++++++++++++++++++++++++++*.+.....+.......+.....+...+..........+..+.......+.....+.+......+.....+...+...............+.+.........+..+.+..+............+...+......+....+...+..+......+++++++++++++++++++++++++++++++++++++++*..+............+.....+....+.....+.+...+...+..+...+..................+.......+.....+...+.+.............................+......+....+.........+.....+...+....+........+....................................+................+...+..+.+...+..............+.+...........+....+..+..........+..+..........+...+...+.....+.+.........+......+......+.....+...+....+...+.....+............+...+.............+.....+.+......+.....+.......+..+...............+....+......+...+........+.........+......+.......+......+..+.........+....+..+...............+...+.+......+..+.......+...........+.........+...+.......+...+........+.............+..+.......+...............+...+...+..+...+.+......+.........+.........+......+.....+.........+....+......+..+...+...................+.....+......+....+...+...+......+...+..+...................+....................+.+.....+....+...............+..+....+.....+...+.+..+...+....+.....+............+....+.............................+.......+...+...............+..+..........+...+......+.........+...+..............+...+.+.....+.+......+..++++++ logger.go:42: 13:24:52 | migration-from-crunchy-backup-restore/0-deploy-operators | ......+..+.......+..+.............+......+.........+..+++++++++++++++++++++++++++++++++++++++*..+.+...+..+.+.....+...+.+++++++++++++++++++++++++++++++++++++++*...+..+...+....+..++++++ logger.go:42: 13:24:52 | migration-from-crunchy-backup-restore/0-deploy-operators | ----- logger.go:42: 13:24:52 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-exciting-kit 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: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/minio-tls created logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + deploy_minio minio-service minio-tls logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local name=minio-service logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local tls_secret=minio-tls logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local access_key logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local secret_key logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local endpoint_url=http://minio-service:9000 logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local aws_extra_args= logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local service_account_name=minio-sa logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + local -a additional_helm_args logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-exciting-kit get secret minio-secret -o 'jsonpath={.data.AWS_ACCESS_KEY_ID}' logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + access_key=some-access-key logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-exciting-kit get secret minio-secret -o 'jsonpath={.data.AWS_SECRET_ACCESS_KEY}' logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ base64 -d logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | + secret_key=some-secret-key logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ detect_k8s_platform logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ local platform= logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl get nodes -o json logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ jq -r '.items[0].spec.providerID' logger.go:42: 13:24:53 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ grep -q gce:// logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ platform=gke logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ echo gke logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ gke == openshift ]] logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n minio-tls ]] logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + additional_helm_args+=(--set tls.enabled=true --set tls.certSecret="${tls_secret}") logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + endpoint_url=https://minio-service:9000 logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + aws_extra_args=--no-verify-ssl logger.go:42: 13:24:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm uninstall -n kuttl-test-exciting-kit minio-service logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | Error: uninstall: Release not loaded: minio-service: release: not found logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + : logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm repo remove minio logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | "minio" has been removed from your repositories logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm repo add minio https://charts.min.io/ logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | "minio" has been added to your repositories logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ printf %q some-access-key logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ printf %q some-access-key logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | +++ printf %q some-secret-key logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ printf %q some-secret-key logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + retry 10 60 helm install minio-service -n kuttl-test-exciting-kit --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: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + local max=10 logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + local delay=60 logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + shift 2 logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + local n=1 logger.go:42: 13:24:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + helm install minio-service -n kuttl-test-exciting-kit --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: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | NAME: minio-service logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | LAST DEPLOYED: Fri Aug 7 13:24:56 2026 logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | NAMESPACE: kuttl-test-exciting-kit logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | STATUS: deployed logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | REVISION: 1 logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | TEST SUITE: None logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | NOTES: logger.go:42: 13:25:32 | 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: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | minio-service.kuttl-test-exciting-kit.cluster.local logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | To access MinIO from localhost, run the below commands: logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | 1. export POD_NAME=$(kubectl get pods --namespace kuttl-test-exciting-kit -l "release=minio-service" -o jsonpath="{.items[0].metadata.name}") logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | 2. kubectl port-forward $POD_NAME 9000 --namespace kuttl-test-exciting-kit logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | 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: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | 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: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | 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: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | 2. export MC_HOST_minio-service-local=http://$(kubectl get secret --namespace kuttl-test-exciting-kit minio-service -o jsonpath="{.data.rootUser}" | base64 --decode):$(kubectl get secret --namespace kuttl-test-exciting-kit minio-service -o jsonpath="{.data.rootPassword}" | base64 --decode)@localhost:9000 logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | 3. mc ls minio-service-local logger.go:42: 13:25:32 | migration-from-crunchy-backup-restore/0-deploy-operators | ++ kubectl -n kuttl-test-exciting-kit get pods --selector=release=minio-service -o 'jsonpath={.items[].metadata.name}' logger.go:42: 13:25:33 | migration-from-crunchy-backup-restore/0-deploy-operators | + MINIO_POD=minio-service-7979c64d4c-jw9n8 logger.go:42: 13:25:33 | migration-from-crunchy-backup-restore/0-deploy-operators | + wait_pod minio-service-7979c64d4c-jw9n8 logger.go:42: 13:25:33 | migration-from-crunchy-backup-restore/0-deploy-operators | + local pod=minio-service-7979c64d4c-jw9n8 logger.go:42: 13:25:33 | migration-from-crunchy-backup-restore/0-deploy-operators | + set +o xtrace logger.go:42: 13:25:33 | migration-from-crunchy-backup-restore/0-deploy-operators | minio-service-7979c64d4c-jw9n8true logger.go:42: 13:25:33 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-exciting-kit 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: 13:25:38 | 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: 13:25:38 | migration-from-crunchy-backup-restore/0-deploy-operators | InsecureRequestWarning) logger.go:42: 13:25:38 | migration-from-crunchy-backup-restore/0-deploy-operators | make_bucket: operator-testing logger.go:42: 13:25:38 | 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: 13:25:38 | migration-from-crunchy-backup-restore/0-deploy-operators | If you don't see a command prompt, try pressing enter. logger.go:42: 13:25:39 | 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-exciting-kit logger.go:42: 13:25:39 | 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: 13:25:39 | migration-from-crunchy-backup-restore/0-deploy-operators | InsecureRequestWarning) logger.go:42: 13:25:39 | migration-from-crunchy-backup-restore/0-deploy-operators | make_bucket: operator-testing logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | pod "aws-cli" deleted from kuttl-test-exciting-kit namespace logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + cat logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-exciting-kit 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: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/migration-backup-restore-pgbackrest-secrets created logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-exciting-kit-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: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | secret/crunchy-pgbackrest-secret created logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + deploy_operator logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + local cw_prefix= logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + destroy_operator logger.go:42: 13:25:41 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n pg-operator delete deployment percona-postgresql-operator --force --grace-period=0 logger.go:42: 13:25:42 | 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: 13:25:42 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps "percona-postgresql-operator" force deleted from pg-operator namespace logger.go:42: 13:25:42 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n pg-operator ]] logger.go:42: 13:25:42 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl delete namespace pg-operator --force --grace-period=0 logger.go:42: 13:25:42 | 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: 13:25:43 | migration-from-crunchy-backup-restore/0-deploy-operators | namespace "pg-operator" force deleted logger.go:42: 13:25:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n pg-operator ]] logger.go:42: 13:25:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + create_namespace pg-operator logger.go:42: 13:25:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + local namespace=pg-operator logger.go:42: 13:25:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + [[ -n '' ]] logger.go:42: 13:25:54 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl delete namespace pg-operator --ignore-not-found logger.go:42: 13:25:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl wait --for=delete namespace pg-operator logger.go:42: 13:25:55 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl create namespace pg-operator logger.go:42: 13:25:56 | migration-from-crunchy-backup-restore/0-deploy-operators | namespace/pg-operator created logger.go:42: 13:25:56 | migration-from-crunchy-backup-restore/0-deploy-operators | + cw_prefix=cw- logger.go:42: 13:25:56 | 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-1688/deploy/crd.yaml logger.go:42: 13:25:57 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/crunchybridgeclusters.upstream.pgv2.percona.com serverside-applied logger.go:42: 13:25:57 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgbackups.pgv2.percona.com serverside-applied logger.go:42: 13:25:59 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgclusters.pgv2.percona.com serverside-applied logger.go:42: 13:25:59 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgrestores.pgv2.percona.com serverside-applied logger.go:42: 13:25:59 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/perconapgupgrades.pgv2.percona.com serverside-applied logger.go:42: 13:25:59 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/pgadmins.upstream.pgv2.percona.com serverside-applied logger.go:42: 13:26:00 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/pgupgrades.upstream.pgv2.percona.com serverside-applied logger.go:42: 13:26:01 | migration-from-crunchy-backup-restore/0-deploy-operators | customresourcedefinition.apiextensions.k8s.io/postgresclusters.upstream.pgv2.percona.com serverside-applied logger.go:42: 13:26:01 | 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-1688/deploy/cw-rbac.yaml logger.go:42: 13:26:02 | migration-from-crunchy-backup-restore/0-deploy-operators | serviceaccount/percona-postgresql-operator serverside-applied logger.go:42: 13:26:02 | migration-from-crunchy-backup-restore/0-deploy-operators | clusterrole.rbac.authorization.k8s.io/percona-postgresql-operator serverside-applied logger.go:42: 13:26:02 | migration-from-crunchy-backup-restore/0-deploy-operators | clusterrolebinding.rbac.authorization.k8s.io/percona-postgresql-operator serverside-applied logger.go:42: 13:26:02 | migration-from-crunchy-backup-restore/0-deploy-operators | + local disable_telemetry=true logger.go:42: 13:26:02 | migration-from-crunchy-backup-restore/0-deploy-operators | + '[' migration-from-crunchy-backup-restore == telemetry-transfer ']' logger.go:42: 13:26:02 | migration-from-crunchy-backup-restore/0-deploy-operators | + yq eval '.spec.template.spec.containers[0].image = "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0"' /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy/cw-operator.yaml logger.go:42: 13:26:02 | 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: 13:26:02 | 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: 13:26:02 | 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: 13:26:02 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n pg-operator apply -f - logger.go:42: 13:26:03 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/percona-postgresql-operator created logger.go:42: 13:26:03 | migration-from-crunchy-backup-restore/0-deploy-operators | + deploy_client logger.go:42: 13:26:03 | migration-from-crunchy-backup-restore/0-deploy-operators | + kubectl -n kuttl-test-exciting-kit apply -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf/client.yaml logger.go:42: 13:26:04 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/pg-client created logger.go:42: 13:26:04 | 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: 13:26:05 | migration-from-crunchy-backup-restore/0-deploy-operators | E0807 13:26:05.833875 92259 reflector.go:227] "Failed to watch" err="Get \"https://136.114.112.81/apis/apps/v1/namespaces/kuttl-test-exciting-kit-crunchy/deployments?allowWatchBookmarks=true&fieldSelector=metadata.name%3Dpgo&resourceVersion=1786109165048335000&timeoutSeconds=316&watch=true\": context canceled" reflector="k8s.io/client-go/tools/watch/informerwatcher.go:162" type="*unstructured.Unstructured" logger.go:42: 13:26:05 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/pgo condition met logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/0-deploy-operators | deployment.apps/percona-postgresql-operator condition met logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/0-deploy-operators | test step completed 0-deploy-operators logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | starting test step 1-create-crunchy-cluster logger.go:42: 13:26:13 | 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: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + source ../../functions logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ realpath ../../.. logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ BUSYBOX_VER=1.36 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ pwd logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/vars.sh logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export GIT_BRANCH=PR-1688 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ GIT_BRANCH=PR-1688 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export VERSION=PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ VERSION=PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ SKIP_TEST_WARNINGS=true logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ command -v oc logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ ! -n '' ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ -n '' ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PG_VER=18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PG_VER=18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PG_DISTRIBUTION= logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PG_DISTRIBUTION= logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ '' == community ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export BUCKET=pg-operator-testing logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ BUCKET=pg-operator-testing logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PGOV1_TAG=1.4.0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PGOV1_TAG=1.4.0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export PGOV1_VER=14 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ PGOV1_VER=14 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export CPGO_VERSION=5.8.7 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ CPGO_VERSION=5.8.7 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export MINIO_VER=5.4.0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ MINIO_VER=5.4.0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export VAULT_VER=0.32.0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ VAULT_VER=0.32.0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export REGISTRY_NAME=docker.io logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ REGISTRY_NAME=docker.io logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ printenv logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ grep -E '^IMAGE' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ awk -F= '{print $1}' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which gdate logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which date logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ date=/usr/sbin/date logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which gsed logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++++ which sed logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | +++ sed=/usr/sbin/sed logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | ++ oc get projects logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + CRUNCHY_NS=kuttl-test-exciting-kit-crunchy logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + MINIO_ENDPOINT=minio-service.kuttl-test-exciting-kit.svc.cluster.local:9000 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + CRUNCHY_REPO_PATH=/migration-backup-restore/30951/crunchy-repo1 logger.go:42: 13:26:13 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + kubectl create configmap -n kuttl-test-exciting-kit crunchy-backup-restore-config --from-literal=crunchy-repo-path=/migration-backup-restore/30951/crunchy-repo1 --from-literal=minio-endpoint=minio-service.kuttl-test-exciting-kit.svc.cluster.local:9000 --from-literal=crunchy-ns=kuttl-test-exciting-kit-crunchy logger.go:42: 13:26:14 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | configmap/crunchy-backup-restore-config created logger.go:42: 13:26:14 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + cat /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/crunchy-source.yaml logger.go:42: 13:26:14 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + yq eval '.spec.postgresVersion = 18' logger.go:42: 13:26:14 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + /usr/sbin/sed 's||/migration-backup-restore/30951/crunchy-repo1|g' logger.go:42: 13:26:14 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + /usr/sbin/sed 's||minio-service.kuttl-test-exciting-kit.svc.cluster.local:9000|g' logger.go:42: 13:26:14 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | + kubectl -n kuttl-test-exciting-kit-crunchy apply -f - logger.go:42: 13:26:15 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | postgrescluster.postgres-operator.crunchydata.com/crunchy-source created logger.go:42: 13:26:15 | 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: 13:26:16 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | error: no matching resources found logger.go:42: 13:26:17 | 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: 13:26:35 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | pod/crunchy-source-instance1-db6t-0 condition met logger.go:42: 13:26:36 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | E0807 13:26:36.259143 92422 reflector.go:227] "Failed to watch" err="Get \"https://136.114.112.81/api/v1/namespaces/kuttl-test-exciting-kit-crunchy/pods?allowWatchBookmarks=true&fieldSelector=metadata.name%3Dcrunchy-source-pgbouncer-7685c67cc-vr65v&resourceVersion=1786109195774487000&timeoutSeconds=460&watch=true\": context canceled" reflector="k8s.io/client-go/tools/watch/informerwatcher.go:162" type="*unstructured.Unstructured" logger.go:42: 13:26:36 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | pod/crunchy-source-pgbouncer-7685c67cc-vr65v condition met logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | postgrescluster.postgres-operator.crunchydata.com/crunchy-source condition met logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/1-create-crunchy-cluster | test step completed 1-create-crunchy-cluster logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | starting test step 2-write-data logger.go:42: 13:26:37 | 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: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | + source ../../functions logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ realpath ../../.. logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++ BUSYBOX_VER=1.36 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ pwd logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/vars.sh logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export GIT_BRANCH=PR-1688 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ GIT_BRANCH=PR-1688 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export VERSION=PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ VERSION=PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ SKIP_TEST_WARNINGS=true logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ command -v oc logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ ! -n '' ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ -n '' ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export PG_VER=18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ PG_VER=18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export PG_DISTRIBUTION= logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ PG_DISTRIBUTION= logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ '' == community ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export BUCKET=pg-operator-testing logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ BUCKET=pg-operator-testing logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export PGOV1_TAG=1.4.0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ PGOV1_TAG=1.4.0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export PGOV1_VER=14 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ PGOV1_VER=14 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export CPGO_VERSION=5.8.7 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ CPGO_VERSION=5.8.7 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export MINIO_VER=5.4.0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ MINIO_VER=5.4.0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export VAULT_VER=0.32.0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ VAULT_VER=0.32.0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export REGISTRY_NAME=docker.io logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ REGISTRY_NAME=docker.io logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ printenv logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ grep -E '^IMAGE' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ awk -F= '{print $1}' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ which gdate logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ which date logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ date=/usr/sbin/date logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ which gsed logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++++ which sed logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | +++ sed=/usr/sbin/sed logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | ++ oc get projects logger.go:42: 13:26:37 | migration-from-crunchy-backup-restore/2-write-data | + CRUNCHY_NS=kuttl-test-exciting-kit-crunchy logger.go:42: 13:26:37 | 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-exciting-kit-crunchy -o 'jsonpath={.items[0].metadata.name}' logger.go:42: 13:26:38 | migration-from-crunchy-backup-restore/2-write-data | + primary=crunchy-source-instance1-db6t-0 logger.go:42: 13:26:38 | migration-from-crunchy-backup-restore/2-write-data | + '[' -z crunchy-source-instance1-db6t-0 ']' logger.go:42: 13:26:38 | migration-from-crunchy-backup-restore/2-write-data | + kubectl exec -n kuttl-test-exciting-kit-crunchy crunchy-source-instance1-db6t-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: 13:26:39 | migration-from-crunchy-backup-restore/2-write-data | CREATE DATABASE logger.go:42: 13:26:39 | migration-from-crunchy-backup-restore/2-write-data | CREATE TABLE logger.go:42: 13:26:39 | migration-from-crunchy-backup-restore/2-write-data | INSERT 0 1 logger.go:42: 13:26:39 | migration-from-crunchy-backup-restore/2-write-data | INSERT 0 1 logger.go:42: 13:26:39 | migration-from-crunchy-backup-restore/2-write-data | INSERT 0 1 logger.go:42: 13:26:39 | migration-from-crunchy-backup-restore/2-write-data | ++ kubectl exec -n kuttl-test-exciting-kit-crunchy crunchy-source-instance1-db6t-0 -c database -- bash -c 'psql -q -t -d migrationtest -c '\''SELECT id, value FROM migration_data ORDER BY id;'\''' logger.go:42: 13:26:41 | migration-from-crunchy-backup-restore/2-write-data | + data=$' 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 13:26:41 | migration-from-crunchy-backup-restore/2-write-data | + kubectl create configmap -n kuttl-test-exciting-kit 02-crunchy-data $'--from-literal=data= 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 13:26:41 | migration-from-crunchy-backup-restore/2-write-data | configmap/02-crunchy-data created logger.go:42: 13:26:41 | migration-from-crunchy-backup-restore/2-write-data | test step completed 2-write-data logger.go:42: 13:26:41 | migration-from-crunchy-backup-restore/3-trigger-backup | starting test step 3-trigger-backup logger.go:42: 13:26:41 | 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: 13:26:41 | migration-from-crunchy-backup-restore/3-trigger-backup | + CRUNCHY_NS=kuttl-test-exciting-kit-crunchy logger.go:42: 13:26:41 | migration-from-crunchy-backup-restore/3-trigger-backup | ++ date +%s logger.go:42: 13:26:41 | migration-from-crunchy-backup-restore/3-trigger-backup | + kubectl -n kuttl-test-exciting-kit-crunchy annotate postgrescluster crunchy-source postgres-operator.crunchydata.com/pgbackrest-backup=1786109201 logger.go:42: 13:26:42 | migration-from-crunchy-backup-restore/3-trigger-backup | postgrescluster.postgres-operator.crunchydata.com/crunchy-source annotated logger.go:42: 13: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: 13:26:42 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:26: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: 13:26:44 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:45 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:26: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: 13:26:47 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:50 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:51 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:53 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:54 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:56 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:57 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:26:59 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:00 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:02 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:03 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:05 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:08 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:09 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:11 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:12 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:14 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:15 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:17 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:18 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:20 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:21 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:23 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:24 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:26 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:27 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:29 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:30 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:32 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:33 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:35 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:36 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:38 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:39 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:41 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:42 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:44 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:45 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:47 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:50 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:51 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:53 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:54 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:56 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:27: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: 13:27:57 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:27:59 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:00 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:02 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:03 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:05 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:08 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:09 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:11 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:12 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:14 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:15 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:17 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:18 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:20 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:21 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:23 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:24 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:26 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:27 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:29 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:30 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:32 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:33 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:35 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:36 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:38 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:39 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:41 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:42 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:44 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:45 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:47 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:50 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:51 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:53 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:54 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:56 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:28:57 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:28: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: 13:28:58 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:29:00 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:29:01 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:03 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:29:04 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:29:07 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:29:09 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:29:10 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13: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: 13:29:12 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:13 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:15 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:16 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:18 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:19 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:21 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:22 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:24 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:26 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:27 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:29 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:30 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:32 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:33 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:35 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:36 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:37 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:39 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:40 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:42 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:44 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:45 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:47 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:48 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:50 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:51 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:53 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:54 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:56 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:57 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:29: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: 13:29:59 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:00 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:01 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:03 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:04 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:06 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:07 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:09 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:10 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:12 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:13 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:15 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:16 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:18 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:19 | migration-from-crunchy-backup-restore/3-trigger-backup | error: no matching resources found logger.go:42: 13:30: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: 13:30:44 | migration-from-crunchy-backup-restore/3-trigger-backup | job.batch/crunchy-source-backup-nnsw condition met logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/3-trigger-backup | test step completed 3-trigger-backup logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | starting test step 4-create-percona-cluster logger.go:42: 13:30:44 | 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: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + source ../../functions logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ realpath ../../.. logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ BUSYBOX_VER=1.36 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ pwd logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/vars.sh logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export GIT_BRANCH=PR-1688 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ GIT_BRANCH=PR-1688 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export VERSION=PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ VERSION=PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ SKIP_TEST_WARNINGS=true logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ command -v oc logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ ! -n '' ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ -n '' ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PG_VER=18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PG_VER=18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PG_DISTRIBUTION= logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PG_DISTRIBUTION= logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ '' == community ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export BUCKET=pg-operator-testing logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ BUCKET=pg-operator-testing logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PGOV1_TAG=1.4.0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PGOV1_TAG=1.4.0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export PGOV1_VER=14 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ PGOV1_VER=14 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export CPGO_VERSION=5.8.7 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ CPGO_VERSION=5.8.7 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export MINIO_VER=5.4.0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ MINIO_VER=5.4.0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export VAULT_VER=0.32.0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ VAULT_VER=0.32.0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export REGISTRY_NAME=docker.io logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ REGISTRY_NAME=docker.io logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ printenv logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ grep -E '^IMAGE' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ awk -F= '{print $1}' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which gdate logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which date logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ date=/usr/sbin/date logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which gsed logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++++ which sed logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | +++ sed=/usr/sbin/sed logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ oc get projects logger.go:42: 13:30:44 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ kubectl get configmap crunchy-backup-restore-config -n kuttl-test-exciting-kit -o 'jsonpath={.data.crunchy-repo-path}' logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + CRUNCHY_REPO_PATH=/migration-backup-restore/30951/crunchy-repo1 logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + MINIO_ENDPOINT=minio-service.kuttl-test-exciting-kit.svc.cluster.local:9000 logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + PERCONA_REPO_PATH=/migration-backup-restore/20244/percona-repo1 logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + get_cr percona-restored /migration-backup-restore/20244/percona-repo1 logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + yq eval 'del(.spec.users)' logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local cr_name=percona-restored logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local repo_path=/migration-backup-restore/20244/percona-repo1 logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local source_path= logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + '[' -z percona-restored ']' logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed 's||minio-service.kuttl-test-exciting-kit.svc.cluster.local:9000|g' logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed 's||/migration-backup-restore/30951/crunchy-repo1|g' logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ detect_k8s_platform logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ local platform= logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + kubectl -n kuttl-test-exciting-kit apply -f - logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ jq -r '.items[0].spec.providerID' logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ grep -q gce:// logger.go:42: 13:30:45 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ kubectl get nodes -o json logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ platform=gke logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | ++ echo gke logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local platform=gke logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local cr_file=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored.yaml logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local spaces_cr_file=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored-spaces.yaml logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local aks_cr_file=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored-aks.yaml logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ gke == digitalocean ]] logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ gke == aks ]] logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + crs=('/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy/cr.yaml') logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + local crs logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ -f /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored.yaml ]] logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + crs+=($cr_file) logger.go:42: 13:30:46 | 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-1688-6152ad1a0" |\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-1688/deploy/cr.yaml /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf/percona-restored.yaml logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed -i 's||/migration-backup-restore/20244/percona-repo1|g' /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 13:30:46 | 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: 13:30:46 | 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: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + /usr/sbin/sed -i 's||docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0|g' /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + [[ -n '' ]] logger.go:42: 13:30:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | + cat /tmp/kuttl/pg/migration-from-crunchy-backup-restore/cr.yaml logger.go:42: 13:30:47 | migration-from-crunchy-backup-restore/4-create-percona-cluster | perconapgcluster.pgv2.percona.com/percona-restored created logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/4-create-percona-cluster | test step completed 4-create-percona-cluster logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | starting test step 5-verify-data logger.go:42: 13:33:46 | 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: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | + source ../../functions logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ realpath ../../.. logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ BUSYBOX_VER=1.36 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ pwd logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/vars.sh logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export GIT_BRANCH=PR-1688 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ GIT_BRANCH=PR-1688 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export VERSION=PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ VERSION=PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ SKIP_TEST_WARNINGS=true logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ command -v oc logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ ! -n '' ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ -n '' ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PG_VER=18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ PG_VER=18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PG_DISTRIBUTION= logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ PG_DISTRIBUTION= logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ '' == community ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export BUCKET=pg-operator-testing logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ BUCKET=pg-operator-testing logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PGOV1_TAG=1.4.0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ PGOV1_TAG=1.4.0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export PGOV1_VER=14 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ PGOV1_VER=14 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export CPGO_VERSION=5.8.7 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ CPGO_VERSION=5.8.7 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export MINIO_VER=5.4.0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ MINIO_VER=5.4.0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export VAULT_VER=0.32.0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ VAULT_VER=0.32.0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export REGISTRY_NAME=docker.io logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ REGISTRY_NAME=docker.io logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ printenv logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ grep -E '^IMAGE' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ awk -F= '{print $1}' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which gdate logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which date logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ date=/usr/sbin/date logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which gsed logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++++ which sed logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | +++ sed=/usr/sbin/sed logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ oc get projects logger.go:42: 13:33:46 | migration-from-crunchy-backup-restore/5-verify-data | ++ kubectl get pod -n kuttl-test-exciting-kit -l postgres-operator.crunchydata.com/cluster=percona-restored,postgres-operator.crunchydata.com/role=primary -o 'jsonpath={.items[0].metadata.name}' logger.go:42: 13:33:47 | migration-from-crunchy-backup-restore/5-verify-data | + primary=percona-restored-instance1-84fb-0 logger.go:42: 13:33:47 | migration-from-crunchy-backup-restore/5-verify-data | + '[' -z percona-restored-instance1-84fb-0 ']' logger.go:42: 13:33:47 | migration-from-crunchy-backup-restore/5-verify-data | ++ kubectl exec -n kuttl-test-exciting-kit 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: 13:33:48 | migration-from-crunchy-backup-restore/5-verify-data | + data=$' 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 13:33:48 | migration-from-crunchy-backup-restore/5-verify-data | + kubectl create configmap -n kuttl-test-exciting-kit 05-percona-restored-data $'--from-literal=data= 1 | row-one\n 2 | row-two\n 3 | row-three' logger.go:42: 13:33:49 | migration-from-crunchy-backup-restore/5-verify-data | configmap/05-percona-restored-data created logger.go:42: 13:33:49 | migration-from-crunchy-backup-restore/5-verify-data | + kubectl exec -n kuttl-test-exciting-kit 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: 13:33:50 | migration-from-crunchy-backup-restore/5-verify-data | INSERT 0 1 logger.go:42: 13:33:50 | 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: 13:33:51 | migration-from-crunchy-backup-restore/5-verify-data | All expected rows found in Percona restored cluster logger.go:42: 13:33:51 | migration-from-crunchy-backup-restore/5-verify-data | test step completed 5-verify-data logger.go:42: 13:33:51 | migration-from-crunchy-backup-restore/6-remove-datasource | starting test step 6-remove-datasource logger.go:42: 13:33:51 | 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: 13:33:51 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-exciting-kit patch perconapgcluster percona-restored --type=json '-p=[{"op":"remove","path":"/spec/dataSource"}]' logger.go:42: 13:33:51 | migration-from-crunchy-backup-restore/6-remove-datasource | perconapgcluster.pgv2.percona.com/percona-restored patched logger.go:42: 13:33:51 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-exciting-kit get perconapgcluster percona-restored -o yaml logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | apiVersion: pgv2.percona.com/v2 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | kind: PerconaPGCluster logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | metadata: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | annotations: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | kubectl.kubernetes.io/last-applied-configuration: | logger.go:42: 13:33:52 | 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-exciting-kit"},"spec":{"backups":{"pgbackrest":{"configuration":[{"secret":{"name":"migration-backup-restore-pgbackrest-secrets"}}],"global":{"repo1-path":"/migration-backup-restore/20244/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-exciting-kit.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/30951/crunchy-repo1","repo1-s3-uri-style":"path","repo1-s3-verify-tls":"n"},"repo":{"name":"repo1","s3":{"bucket":"operator-testing","endpoint":"minio-service.kuttl-test-exciting-kit.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-1688-6152ad1a0"},"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: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | pgv2.percona.com/patroni-version: 4.1.3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | creationTimestamp: "2026-08-07T13:30:47Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | finalizers: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - internal.percona.com/stop-watchers logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | generation: 2 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | labels: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | e2e: percona-restored logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | name: percona-restored logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | namespace: kuttl-test-exciting-kit logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | resourceVersion: "1786109631815183020" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | uid: 1619708d-718f-4182-afb6-bda8abcd344f logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | spec: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | backups: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | pgbackrest: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | configuration: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - secret: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | name: migration-backup-restore-pgbackrest-secrets logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | global: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repo1-path: /migration-backup-restore/20244/percona-repo1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repo1-s3-uri-style: path logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repo1-s3-verify-tls: "n" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | manual: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | options: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - --type=full logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repoName: repo1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repoHost: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | affinity: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | podAntiAffinity: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | preferredDuringSchedulingIgnoredDuringExecution: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - podAffinityTerm: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | labelSelector: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | matchLabels: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | postgres-operator.crunchydata.com/data: pgbackrest logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | topologyKey: kubernetes.io/hostname logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | weight: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repos: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - name: repo1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | s3: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | bucket: operator-testing logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | endpoint: minio-service.kuttl-test-exciting-kit.svc.cluster.local:9000 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | region: us-east-1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | crVersion: 3.1.0 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | imagePullPolicy: Always logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | initContainer: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | instances: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - dataVolumeClaimSpec: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | accessModes: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - ReadWriteOnce logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | resources: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | requests: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | storage: 2Gi logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | name: instance1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | replicas: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | logcollector: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | enabled: true logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | pmm: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | customClusterName: percona-restored-pmm-custom-name logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | enabled: false logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | postgresParams: --environment=dev-postgres logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | querySource: pgstatstatements logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | secret: percona-restored-pmm-secret logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | serverHost: monitoring-service logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | port: 5432 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | postgresVersion: 18 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | proxy: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | pgBouncer: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | affinity: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | podAntiAffinity: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | preferredDuringSchedulingIgnoredDuringExecution: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - podAffinityTerm: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | labelSelector: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | matchLabels: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | postgres-operator.crunchydata.com/role: pgbouncer logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | topologyKey: kubernetes.io/hostname logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | weight: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | image: docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | port: 5432 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | replicas: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | conditions: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:30:47Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: "" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: PGBackRestReplicaCreate logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "False" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: ReadyForBackup logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:30:47Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: certManagementPolicy is auto logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: TLSSecretsFound logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: TLSSecretsReady logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:31:17Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest restore completed successfully logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: PGBackRestRestoreComplete logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PostgresDataInitialized logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:31:33Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest dedicated repository host is ready logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: RepoHostReady logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGBackRestRepoHostReady logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:31:44Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest replica create repo is ready for backups logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: StanzaCreated logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGBackRestReplicaRepoReady logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:31:20Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pgBackRest replica creation is not currently possible logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: RepoBackupNotComplete logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "False" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGBackRestReplicaCreate logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:31:26Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: Deployment has minimum availability. logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: MinimumReplicasAvailable logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: ProxyAvailable logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:31:40Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: Legacy PostgresCluster not found logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: APIGroupMigrationNotNeeded logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "True" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: APIGroupMigration logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - lastTransitionTime: "2026-08-07T13:31:43Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | message: pg_tde is disabled in PerconaPGCluster logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | reason: Disabled logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: "False" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | type: PGTDEEnabled logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | host: percona-restored-pgbouncer.kuttl-test-exciting-kit.svc logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | installedCustomExtensions: [] logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | observedGeneration: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | patroni: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | status: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | systemIdentifier: "7671280568822612056" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | version: 4.1.3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | patroniVersion: 4.1.3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | pgbackrest: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repoHost: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | apiVersion: apps/v1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | kind: StatefulSet logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: true logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repos: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - name: repo1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | repoOptionsHash: 95fb6749b logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | stanzaCreated: true logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | restore: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | completionTime: "2026-08-07T13:31:17Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | finished: true logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | id: ~pgo-bootstrap-percona-restored logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | startTime: "2026-08-07T13:30:48Z" logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | succeeded: 1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | pgbouncer: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | size: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | postgres: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | distribution: percona logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | imageID: docker.io/perconalab/percona-postgresql-operator@sha256:1ff4ecf7b841866a887eb9fc26497952da67940ed92ab854d88c66b40f370d76 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | instances: logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | - name: instance1 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | size: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | ready: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | size: 3 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | version: 18 logger.go:42: 13:33:52 | migration-from-crunchy-backup-restore/6-remove-datasource | state: ready logger.go:42: 13:33:53 | 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: 13:33:53 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-exciting-kit get perconapgcluster percona-restored -o 'jsonpath={.spec.dataSource}' logger.go:42: 13:33:53 | migration-from-crunchy-backup-restore/6-remove-datasource | + grep -q . logger.go:42: 13:33:53 | migration-from-crunchy-backup-restore/6-remove-datasource | + kubectl -n kuttl-test-exciting-kit get postgrescluster percona-restored -o 'jsonpath={.spec.dataSource}' logger.go:42: 13:33:53 | migration-from-crunchy-backup-restore/6-remove-datasource | + grep -q . logger.go:42: 13:33:54 | migration-from-crunchy-backup-restore/6-remove-datasource | Error from server (NotFound): postgresclusters.postgres-operator.crunchydata.com "percona-restored" not found logger.go:42: 13:33:54 | migration-from-crunchy-backup-restore/6-remove-datasource | + echo 'dataSource absent from both PerconaPGCluster and PostgresCluster' logger.go:42: 13:33:54 | migration-from-crunchy-backup-restore/6-remove-datasource | dataSource absent from both PerconaPGCluster and PostgresCluster logger.go:42: 13:33:54 | migration-from-crunchy-backup-restore/6-remove-datasource | test step completed 6-remove-datasource logger.go:42: 13:33:54 | migration-from-crunchy-backup-restore/7-backup | starting test step 7-backup logger.go:42: 13:33:55 | migration-from-crunchy-backup-restore/7-backup | PerconaPGBackup:kuttl-test-exciting-kit/post-migration-backup created logger.go:42: 13:34:44 | migration-from-crunchy-backup-restore/7-backup | test step completed 7-backup logger.go:42: 13:34:44 | migration-from-crunchy-backup-restore/8-restore | starting test step 8-restore logger.go:42: 13:34:44 | 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: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | + source ../../functions logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ realpath ../../.. logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++ CERT_MANAGER_VER=1.20.2 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++ CHAOS_MESH_VER=2.5.1 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++ BUSYBOX_VER=1.36 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ pwd logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ basename /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++ test_name=migration-from-crunchy-backup-restore logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++ source /mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/vars.sh logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ ROOT_REPO=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ DEPLOY_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/deploy logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ TESTS_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ TESTS_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/conf logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ TEST_CONFIG_DIR=/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/e2e-tests/tests/migration-from-crunchy-backup-restore/conf logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ TEMP_DIR=/tmp/kuttl/pg/migration-from-crunchy-backup-restore logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ git rev-parse --abbrev-ref HEAD logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export GIT_BRANCH=PR-1688 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ GIT_BRANCH=PR-1688 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export VERSION=PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ VERSION=PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export SKIP_TEST_WARNINGS=true logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ SKIP_TEST_WARNINGS=true logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_PLATFORM=gke logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_REGION=us-central1-a logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_INITIAL_VERSION= logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ K8S_UPGRADE_FINAL_VERSION= logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ command -v oc logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BASE=perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ ! -n '' ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ -n '' ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PG_VER=18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ PG_VER=18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PG_DISTRIBUTION= logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ PG_DISTRIBUTION= logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ '' == community ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PGBOUNCER=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_POSTGRESQL=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BACKREST=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_UPGRADE=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export BUCKET=pg-operator-testing logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ BUCKET=pg-operator-testing logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ PMM_SERVER_VERSION=9.9.9 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_CLIENT=perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_SERVER=perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_LOGCOLLECTOR=perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PGOV1_TAG=1.4.0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ PGOV1_TAG=1.4.0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export PGOV1_VER=14 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ PGOV1_VER=14 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export CPGO_VERSION=5.8.7 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ CPGO_VERSION=5.8.7 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export MINIO_VER=5.4.0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ MINIO_VER=5.4.0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export VAULT_VER=0.32.0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ VAULT_VER=0.32.0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export REGISTRY_NAME=docker.io logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ REGISTRY_NAME=docker.io logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ REGISTRY_NAME_FULL=docker.io/ logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ printenv logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ grep -E '^IMAGE' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ awk -F= '{print $1}' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_BACKREST' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbackrest18 == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_BACKREST=docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE=docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_UPGRADE' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-upgrade == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_UPGRADE=docker.io/perconalab/percona-postgresql-operator:main-upgrade logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_LOGCOLLECTOR' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/fluentbit:main-logcollector == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/fluentbit:main-logcollector == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/fluentbit:main-logcollector == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_LOGCOLLECTOR=docker.io/perconalab/fluentbit:main-logcollector logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_BASE' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_BASE=docker.io/perconalab/percona-postgresql-operator logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_PGBOUNCER' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-pgbouncer18 == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_PGBOUNCER=docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_POSTGRESQL' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/percona-postgresql-operator:main-ppg18-postgres == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_POSTGRESQL=docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_PMM_SERVER' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-server:3-dev-latest == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-server:3-dev-latest == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-server:3-dev-latest == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_PMM_SERVER=docker.io/perconalab/pmm-server:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ for var in $(printenv | grep -E '^IMAGE' | awk -F'=' '{print $1}') logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ eval 'echo $IMAGE_PMM_CLIENT' logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++++ echo perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ var_value=perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-client:3-dev-latest == docker.io/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-client:3-dev-latest == percona/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ [[ perconalab/pmm-client:3-dev-latest == perconalab/* ]] logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ new_value=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ export IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | IMAGE_PMM_CLIENT=docker.io/perconalab/pmm-client:3-dev-latest logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ echo docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0 logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which gdate logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | which: no gdate in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which date logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ date=/usr/sbin/date logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which gsed logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | which: no gsed in (/mnt/jenkins/workspace/cloud-pg-operator_PR-1688/bin/:/root/.krew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/var/lib/snapd/snap/bin) logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++++ which sed logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | +++ sed=/usr/sbin/sed logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | ++ oc get projects logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | + CRUNCHY_NS=kuttl-test-exciting-kit-crunchy logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl delete postgrescluster crunchy-source -n kuttl-test-exciting-kit-crunchy --ignore-not-found logger.go:42: 13:38:35 | migration-from-crunchy-backup-restore/99-cleanup | postgrescluster.postgres-operator.crunchydata.com "crunchy-source" deleted from kuttl-test-exciting-kit-crunchy namespace logger.go:42: 13:38:38 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl patch postgrescluster crunchy-source -n kuttl-test-exciting-kit-crunchy --type=json '-p=[{"op":"remove","path":"/metadata/finalizers"}]' logger.go:42: 13:38:39 | migration-from-crunchy-backup-restore/99-cleanup | + true logger.go:42: 13:38:39 | migration-from-crunchy-backup-restore/99-cleanup | + helm uninstall pgo --namespace kuttl-test-exciting-kit-crunchy --ignore-not-found logger.go:42: 13:38:42 | migration-from-crunchy-backup-restore/99-cleanup | release "pgo" uninstalled logger.go:42: 13:38:42 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl delete namespace kuttl-test-exciting-kit-crunchy --ignore-not-found logger.go:42: 13:38:42 | migration-from-crunchy-backup-restore/99-cleanup | namespace "kuttl-test-exciting-kit-crunchy" deleted logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + remove_all_finalizers logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + resource_types=("pg-restore" "pg-backup" "pg") logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + for resource in "${resource_types[@]}" logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + echo 'removing all finalizers for pg-restore resources' logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | removing all finalizers for pg-restore resources logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit get pg-restore -o json logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + jq '.items[] | .metadata.name' -r logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:38:54 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:38:55 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit delete pg-restore percona-restored-bootstrap --wait=0 logger.go:42: 13:38:55 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com "percona-restored-bootstrap" deleted from kuttl-test-exciting-kit namespace logger.go:42: 13:38:55 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-exciting-kit get pg-restore percona-restored-bootstrap -o yaml logger.go:42: 13:38:55 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 13:38:56 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgrestores.pgv2.percona.com "percona-restored-bootstrap" not found logger.go:42: 13:38:56 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 13:38:56 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 13:38:56 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:38:56 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:38:56 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit delete pg-restore post-migration-restore --wait=0 logger.go:42: 13:38:57 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com "post-migration-restore" deleted from kuttl-test-exciting-kit namespace logger.go:42: 13:38:57 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-exciting-kit get pg-restore post-migration-restore -o yaml logger.go:42: 13:38:57 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 13:38:57 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 1 == 0 ]] logger.go:42: 13:38:57 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit patch pg-restore post-migration-restore --type=json '-p=[{"op": "remove", "path": "/metadata/finalizers"}]' logger.go:42: 13:38:58 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com/post-migration-restore patched logger.go:42: 13:38:58 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:38:58 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:38:58 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit delete pg-restore second-pitr-restore --wait=0 logger.go:42: 13:38:58 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com "second-pitr-restore" deleted from kuttl-test-exciting-kit namespace logger.go:42: 13:38:58 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-exciting-kit get pg-restore second-pitr-restore -o yaml logger.go:42: 13:38:58 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 1 == 0 ]] logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit patch pg-restore second-pitr-restore --type=json '-p=[{"op": "remove", "path": "/metadata/finalizers"}]' logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | perconapgrestore.pgv2.percona.com/second-pitr-restore patched logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + for resource in "${resource_types[@]}" logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + echo 'removing all finalizers for pg-backup resources' logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | removing all finalizers for pg-backup resources logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit get pg-backup -o json logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + jq '.items[] | .metadata.name' -r logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:38:59 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:39:00 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit delete pg-backup percona-restored-backup-jc9h-kcn8j --wait=0 logger.go:42: 13:39:00 | migration-from-crunchy-backup-restore/99-cleanup | perconapgbackup.pgv2.percona.com "percona-restored-backup-jc9h-kcn8j" deleted from kuttl-test-exciting-kit namespace logger.go:42: 13:39:00 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-exciting-kit get pg-backup percona-restored-backup-jc9h-kcn8j -o yaml logger.go:42: 13:39:00 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgbackups.pgv2.percona.com "percona-restored-backup-jc9h-kcn8j" not found logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit delete pg-backup post-migration-backup --wait=0 logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | perconapgbackup.pgv2.percona.com "post-migration-backup" deleted from kuttl-test-exciting-kit namespace logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-exciting-kit get pg-backup post-migration-backup -o yaml logger.go:42: 13:39:01 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 13:39:02 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgbackups.pgv2.percona.com "post-migration-backup" not found logger.go:42: 13:39:02 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 13:39:02 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 13:39:02 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:39:02 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:39:02 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit delete pg-backup second-post-restore-backup --wait=0 logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | perconapgbackup.pgv2.percona.com "second-post-restore-backup" deleted from kuttl-test-exciting-kit namespace logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl -n kuttl-test-exciting-kit get pg-backup second-post-restore-backup -o yaml logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | ++ yq '.metadata.finalizers | length' logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | Error from server (NotFound): perconapgbackups.pgv2.percona.com "second-post-restore-backup" not found logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + [[ 0 == 0 ]] logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + continue logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + for resource in "${resource_types[@]}" logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + echo 'removing all finalizers for pg resources' logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | removing all finalizers for pg resources logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n kuttl-test-exciting-kit get pg -o json logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + jq '.items[] | .metadata.name' -r logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + IFS= logger.go:42: 13:39:03 | migration-from-crunchy-backup-restore/99-cleanup | + read -r name logger.go:42: 13:39:04 | migration-from-crunchy-backup-restore/99-cleanup | + check_operator_panic logger.go:42: 13:39:04 | migration-from-crunchy-backup-restore/99-cleanup | ++ get_operator_pod logger.go:42: 13:39:04 | 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: 13:39:04 | migration-from-crunchy-backup-restore/99-cleanup | ++ echo percona-postgresql-operator-5bf6956c6c-f97wt logger.go:42: 13:39:04 | migration-from-crunchy-backup-restore/99-cleanup | + local operator_pod=percona-postgresql-operator-5bf6956c6c-f97wt logger.go:42: 13:39:04 | migration-from-crunchy-backup-restore/99-cleanup | + local panic_log logger.go:42: 13:39:04 | migration-from-crunchy-backup-restore/99-cleanup | ++ kubectl logs -n pg-operator percona-postgresql-operator-5bf6956c6c-f97wt -c operator logger.go:42: 13:39:04 | migration-from-crunchy-backup-restore/99-cleanup | ++ grep -A 100 'Observed a panic' logger.go:42: 13:39:05 | migration-from-crunchy-backup-restore/99-cleanup | ++ true logger.go:42: 13:39:05 | migration-from-crunchy-backup-restore/99-cleanup | + panic_log= logger.go:42: 13:39:05 | migration-from-crunchy-backup-restore/99-cleanup | + '[' -n '' ']' logger.go:42: 13:39:05 | migration-from-crunchy-backup-restore/99-cleanup | + destroy_operator logger.go:42: 13:39:05 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl -n pg-operator delete deployment percona-postgresql-operator --force --grace-period=0 logger.go:42: 13:39:05 | 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: 13:39:06 | migration-from-crunchy-backup-restore/99-cleanup | deployment.apps "percona-postgresql-operator" force deleted from pg-operator namespace logger.go:42: 13:39:06 | migration-from-crunchy-backup-restore/99-cleanup | + [[ -n pg-operator ]] logger.go:42: 13:39:06 | migration-from-crunchy-backup-restore/99-cleanup | + kubectl delete namespace pg-operator --force --grace-period=0 logger.go:42: 13:39:06 | 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: 13:39:07 | migration-from-crunchy-backup-restore/99-cleanup | namespace "pg-operator" force deleted logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore/99-cleanup | test step completed 99-cleanup logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | migration-from-crunchy-backup-restore events from ns kuttl-test-exciting-kit: logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:24:59 +0000 UTC Normal PersistentVolumeClaim minio-service WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:00 +0000 UTC Normal ReplicaSet.apps minio-service-7979c64d4c SuccessfulCreate Created pod: minio-service-7979c64d4c-jw9n8 replicaset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:00 +0000 UTC Normal Pod minio-service-post-job-2pkgn Binding Scheduled Successfully assigned kuttl-test-exciting-kit/minio-service-post-job-2pkgn to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:00 +0000 UTC Normal Job.batch minio-service-post-job SuccessfulCreate Created pod: minio-service-post-job-2pkgn job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:00 +0000 UTC Normal Deployment.apps minio-service ScalingReplicaSet Scaled up replica set minio-service-7979c64d4c from 0 to 1 deployment-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:00 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:00 +0000 UTC Normal PersistentVolumeClaim minio-service Provisioning External provisioner is provisioning volume for claim "kuttl-test-exciting-kit/minio-service" pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:01 +0000 UTC Normal Pod minio-service-post-job-2pkgn.spec.containers{minio-make-user} Pulling Pulling image "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:03 +0000 UTC Normal Pod minio-service-post-job-2pkgn.spec.containers{minio-make-user} Pulled Successfully pulled image "quay.io/minio/mc:RELEASE.2024-11-21T17-21-54Z" in 2.161s (2.161s including waiting). Image size: 28122288 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:03 +0000 UTC Normal Pod minio-service-post-job-2pkgn.spec.containers{minio-make-user} Created Created container: minio-make-user kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:03 +0000 UTC Normal Pod minio-service-post-job-2pkgn.spec.containers{minio-make-user} Started Started container minio-make-user kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:03 +0000 UTC Normal PersistentVolumeClaim minio-service ProvisioningSucceeded Successfully provisioned volume pvc-019664c0-89a5-4da2-a6b5-704487f29898 pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:04 +0000 UTC Normal Pod minio-service-7979c64d4c-jw9n8 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/minio-service-7979c64d4c-jw9n8 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:11 +0000 UTC Normal Pod minio-service-7979c64d4c-jw9n8 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-019664c0-89a5-4da2-a6b5-704487f29898" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:12 +0000 UTC Normal Pod minio-service-7979c64d4c-jw9n8.spec.containers{minio} Pulling Pulling image "quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:15 +0000 UTC Normal Pod minio-service-7979c64d4c-jw9n8.spec.containers{minio} Pulled Successfully pulled image "quay.io/minio/minio:RELEASE.2024-12-18T13-15-44Z" in 2.784s (2.784s including waiting). Image size: 62642371 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:15 +0000 UTC Normal Pod minio-service-7979c64d4c-jw9n8.spec.containers{minio} Created Created container: minio kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:15 +0000 UTC Normal Pod minio-service-7979c64d4c-jw9n8.spec.containers{minio} Started Started container minio kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:31 +0000 UTC Normal Job.batch minio-service-post-job Completed Job completed job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:34 +0000 UTC Normal Pod aws-cli Binding Scheduled Successfully assigned kuttl-test-exciting-kit/aws-cli to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:34 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Pulling Pulling image "perconalab/awscli" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:37 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Pulled Successfully pulled image "perconalab/awscli" in 3.138s (3.138s including waiting). Image size: 30314917 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:37 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Created Created container: aws-cli kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:25:37 +0000 UTC Normal Pod aws-cli.spec.containers{aws-cli} Started Started container aws-cli kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:26:04 +0000 UTC Normal Pod pg-client-65d98588cc-8fkcv Binding Scheduled Successfully assigned kuttl-test-exciting-kit/pg-client-65d98588cc-8fkcv to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:26:04 +0000 UTC Normal ReplicaSet.apps pg-client-65d98588cc SuccessfulCreate Created pod: pg-client-65d98588cc-8fkcv replicaset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:26:04 +0000 UTC Normal Deployment.apps pg-client ScalingReplicaSet Scaled up replica set pg-client-65d98588cc from 0 to 1 deployment-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:26:05 +0000 UTC Normal Pod pg-client-65d98588cc-8fkcv.spec.containers{pg-client} Pulling Pulling image "perconalab/percona-distribution-postgresql:16" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:26:28 +0000 UTC Normal Pod pg-client-65d98588cc-8fkcv.spec.containers{pg-client} Pulled Successfully pulled image "perconalab/percona-distribution-postgresql:16" in 23.099s (23.099s including waiting). Image size: 453984494 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:26:28 +0000 UTC Normal Pod pg-client-65d98588cc-8fkcv.spec.containers{pg-client} Created Created container: pg-client kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:26:28 +0000 UTC Normal Pod pg-client-65d98588cc-8fkcv.spec.containers{pg-client} Started Started container pg-client kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:48 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-84fb-pgdata WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:48 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:48 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-84fb-pgdata Provisioning External provisioner is provisioning volume for claim "kuttl-test-exciting-kit/percona-restored-instance1-84fb-pgdata" pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:48 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore SuccessfulCreate Created pod: percona-restored-pgbackrest-restore-ldv7c job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:52 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-84fb-pgdata ProvisioningSucceeded Successfully provisioned volume pvc-0d351ea6-37ce-400e-98c3-c1d5a2ac081d pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:53 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-pgbackrest-restore-ldv7c to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:57 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-0d351ea6-37ce-400e-98c3-c1d5a2ac081d" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:59 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:59 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 145ms (146ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:59 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:30:59 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:00 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.containers{pgbackrest-restore} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:00 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.containers{pgbackrest-restore} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 170ms (170ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:00 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.containers{pgbackrest-restore} Created Created container: pgbackrest-restore kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:00 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-ldv7c.spec.containers{pgbackrest-restore} Started Started container pgbackrest-restore kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:17 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore Completed Job completed job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:18 +0000 UTC Normal Pod percona-restored-instance1-84fb-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-84fb-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:18 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:18 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:18 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-ntps-pgdata WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:18 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-rmjp-pgdata WaitForFirstConsumer waiting for first consumer to be created before binding persistentvolume-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:19 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-pgbouncer-6b77d9c86f-9nlx4 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-03wc default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-pgbouncer-6b77d9c86f-vv96x to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-pgbouncer-6b77d9c86f-vzqjx to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal ReplicaSet.apps percona-restored-pgbouncer-6b77d9c86f SuccessfulCreate Created pod: percona-restored-pgbouncer-6b77d9c86f-vv96x replicaset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal ReplicaSet.apps percona-restored-pgbouncer-6b77d9c86f SuccessfulCreate Created pod: percona-restored-pgbouncer-6b77d9c86f-9nlx4 replicaset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal ReplicaSet.apps percona-restored-pgbouncer-6b77d9c86f SuccessfulCreate Created pod: percona-restored-pgbouncer-6b77d9c86f-vzqjx replicaset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal PodDisruptionBudget.policy percona-restored-pgbouncer NoPods No matching pods found controllermanager logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +0000 UTC Normal Pod percona-restored-repo-host-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-repo-host-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:20 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 147ms (147ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer} Created Created container: pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer} Started Started container pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer-config} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer-config} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 244ms (244ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer-config} Created Created container: pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer-config} Started Started container pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:21 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 116ms (116ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer} Created Created container: pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer} Started Started container pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer-config} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer-config} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 107ms (107ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer-config} Created Created container: pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:22 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer-config} Started Started container pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:25 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 4.86s (4.86s including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:25 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer} Created Created container: pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:26 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer} Started Started container pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:26 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer-config} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:26 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer-config} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbouncer18" in 120ms (120ms including waiting). Image size: 84607594 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:26 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer-config} Created Created container: pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:26 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer-config} Started Started container pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:27 +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 7.081s (7.081s including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:27 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:27 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:28 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:28 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 136ms (136ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:28 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:28 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:29 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:29 +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 180ms (180ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:29 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:29 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:30 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:30 +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 157ms (157ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:30 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:30 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +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 125ms (125ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +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 111ms (111ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +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 157ms (157ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:31 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Created Created container: pgbackrest-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:32 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:32 +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 118ms (118ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:32 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:32 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:32 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:32 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Started Started container pgbackrest-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:33 +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 206ms (206ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:33 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:33 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:33 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:35 +0000 UTC Warning Pod percona-restored-instance1-84fb-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:38 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-ntps-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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:38 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-ntps-pgdata Provisioning External provisioner is provisioning volume for claim "kuttl-test-exciting-kit/percona-restored-instance1-ntps-pgdata" pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:38 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-ntps SuccessfulCreate create Pod percona-restored-instance1-ntps-0 in StatefulSet percona-restored-instance1-ntps successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:38 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-rmjp-pgdata Provisioning External provisioner is provisioning volume for claim "kuttl-test-exciting-kit/percona-restored-instance1-rmjp-pgdata" pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:38 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-rmjp-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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:38 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-rmjp SuccessfulCreate create Pod percona-restored-instance1-rmjp-0 in StatefulSet percona-restored-instance1-rmjp successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:42 +0000 UTC Normal Pod percona-restored-instance1-ntps-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-ntps-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:42 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-ntps-pgdata ProvisioningSucceeded Successfully provisioned volume pvc-a3f97d29-6dae-4c7a-a625-3cebb548d1f5 pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:42 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-rmjp-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-03wc default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:42 +0000 UTC Normal PersistentVolumeClaim percona-restored-instance1-rmjp-pgdata ProvisioningSucceeded Successfully provisioned volume pvc-976cdd52-926c-46ea-b901-9931c96f1195 pd.csi.storage.gke.io_gke-d9e57d2ab7114514b933-caa2-f5e8-vm_0291fd2e-79b5-4f64-9364-badff341dfa2 logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:44 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-backup-jc9h-2h6jr to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:44 +0000 UTC Normal Job.batch percona-restored-backup-jc9h SuccessfulCreate Created pod: percona-restored-backup-jc9h-2h6jr job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:44 +0000 UTC Normal PostgresCluster.upstream.pgv2.percona.com percona-restored StanzasCreated pgBackRest stanza creation completed successfully postgrescluster-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:45 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:45 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 156ms (156ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:45 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:45 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:46 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:46 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.containers{pgbackrest} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 105ms (105ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:46 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:46 +0000 UTC Normal Pod percona-restored-backup-jc9h-2h6jr.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:48 +0000 UTC Warning PostgresCluster.upstream.pgv2.percona.com percona-restored UnableToCreateStanzas 2026-08-07 13:31:48.575 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-07 13:31:48.765 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:49 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-976cdd52-926c-46ea-b901-9931c96f1195" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:50 +0000 UTC Normal Pod percona-restored-instance1-ntps-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-a3f97d29-6dae-4c7a-a625-3cebb548d1f5" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:51 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:51 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 127ms (127ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:51 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 163ms (163ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 135ms (135ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:52 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 112ms (112ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 159ms (159ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:53 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:54 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:54 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 127ms (127ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:54 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:54 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:54 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:54 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:54 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 112ms (112ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 230ms (230ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:55 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-ntps-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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 119ms (119ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:56 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:58 +0000 UTC Warning Pod percona-restored-instance1-ntps-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:31:59 +0000 UTC Warning Pod percona-restored-instance1-rmjp-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:33:52 +0000 UTC Normal Job.batch percona-restored-backup-jc9h Completed Job completed job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:09 +0000 UTC Normal Job.batch percona-restored-backup-q7v8 SuccessfulCreate Created pod: percona-restored-backup-q7v8-svw7f job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:10 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-backup-q7v8-svw7f to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:10 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:10 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 136ms (136ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:10 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:11 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:11 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:12 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.containers{pgbackrest} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:12 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:12 +0000 UTC Normal Pod percona-restored-backup-q7v8-svw7f.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:34:30 +0000 UTC Normal Job.batch percona-restored-backup-q7v8 Completed Job completed job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:07 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-pgbackrest-restore-6s7cj to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:07 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore SuccessfulCreate Created pod: percona-restored-pgbackrest-restore-6s7cj job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:13 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:13 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 127ms (127ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:13 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:14 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:14 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.containers{pgbackrest-restore} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:14 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.containers{pgbackrest-restore} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:14 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.containers{pgbackrest-restore} Created Created container: pgbackrest-restore kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:14 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-6s7cj.spec.containers{pgbackrest-restore} Started Started container pgbackrest-restore kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:25 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore Completed Job completed job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:26 +0000 UTC Normal Pod percona-restored-instance1-84fb-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-84fb-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:26 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:34 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:34 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 111ms (111ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:34 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:34 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:35 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:35 +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 128ms (128ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:35 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:35 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:36 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:36 +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 119ms (119ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:36 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:36 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:37 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:37 +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 115ms (115ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:37 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:37 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:38 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:38 +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 123ms (123ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:38 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:38 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:38 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:39 +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 (123ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:39 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:39 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:39 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:41 +0000 UTC Warning Pod percona-restored-instance1-84fb-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:50 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-rmjp-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-03wc default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:50 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-rmjp SuccessfulCreate create Pod percona-restored-instance1-rmjp-0 in StatefulSet percona-restored-instance1-rmjp successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:51 +0000 UTC Normal Pod percona-restored-instance1-ntps-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-ntps-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:51 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-ntps SuccessfulCreate create Pod percona-restored-instance1-ntps-0 in StatefulSet percona-restored-instance1-ntps successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:55 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-976cdd52-926c-46ea-b901-9931c96f1195" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:57 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:57 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 153ms (153ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:57 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:57 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:58 +0000 UTC Normal Pod percona-restored-instance1-ntps-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-a3f97d29-6dae-4c7a-a625-3cebb548d1f5" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:58 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:58 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 171ms (171ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:58 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:58 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:59 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:59 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 184ms (184ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:59 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:35:59 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 144ms (144ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 227ms (227ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:00 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 165ms (165ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:01 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:02 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:02 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:02 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:02 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:03 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:03 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:03 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 134ms (134ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:03 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:04 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:04 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:04 +0000 UTC Normal Pod percona-restored-instance1-ntps-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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:04 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:04 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:04 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:04 +0000 UTC Warning Pod percona-restored-instance1-rmjp-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:20 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-backup-nn2q-2crz5 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-w1j7 default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:20 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.initContainers{pgbackrest-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:20 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.initContainers{pgbackrest-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 138ms (138ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:20 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.initContainers{pgbackrest-init} Created Created container: pgbackrest-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:20 +0000 UTC Normal Job.batch percona-restored-backup-nn2q SuccessfulCreate Created pod: percona-restored-backup-nn2q-2crz5 job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:21 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.initContainers{pgbackrest-init} Started Started container pgbackrest-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:21 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.containers{pgbackrest} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:21 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.containers{pgbackrest} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:21 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.containers{pgbackrest} Created Created container: pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:21 +0000 UTC Normal Pod percona-restored-backup-nn2q-2crz5.spec.containers{pgbackrest} Started Started container pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:36:51 +0000 UTC Normal Job.batch percona-restored-backup-nn2q Completed Job completed job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:21 +0000 UTC Normal PodDisruptionBudget.policy percona-restored-set-instance1 NoPods No matching pods found controllermanager logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:22 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-pgbackrest-restore-nv6s9 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:22 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore SuccessfulCreate Created pod: percona-restored-pgbackrest-restore-nv6s9 job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:26 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:26 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-pgbackrest18" in 110ms (110ms including waiting). Image size: 122664066 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:26 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:27 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:27 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.containers{pgbackrest-restore} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:27 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.containers{pgbackrest-restore} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 163ms (163ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:27 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.containers{pgbackrest-restore} Created Created container: pgbackrest-restore kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:27 +0000 UTC Normal Pod percona-restored-pgbackrest-restore-nv6s9.spec.containers{pgbackrest-restore} Started Started container pgbackrest-restore kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:38 +0000 UTC Normal Job.batch percona-restored-pgbackrest-restore Completed Job completed job-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:39 +0000 UTC Normal Pod percona-restored-instance1-84fb-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-84fb-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:39 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:47 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:47 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 122ms (122ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:47 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:47 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:48 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:48 +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 110ms (110ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:48 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:48 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:49 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:49 +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 141ms (141ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:49 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:49 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:50 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:50 +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 116ms (116ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:50 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:50 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +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 115ms (115ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +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 137ms (137ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:51 +0000 UTC Normal Pod percona-restored-instance1-84fb-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:52 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:54 +0000 UTC Warning Pod percona-restored-instance1-84fb-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:58 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-ntps SuccessfulCreate create Pod percona-restored-instance1-ntps-0 in StatefulSet percona-restored-instance1-ntps successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:59 +0000 UTC Normal Pod percona-restored-instance1-ntps-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-ntps-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-03wc default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:59 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0 Binding Scheduled Successfully assigned kuttl-test-exciting-kit/percona-restored-instance1-rmjp-0 to gke-jen-pg-1688-6152ad1a-default-pool-3d7764d5-wmln default-scheduler logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:37:59 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-rmjp SuccessfulCreate create Pod percona-restored-instance1-rmjp-0 in StatefulSet percona-restored-instance1-rmjp successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:00 +0000 UTC Warning Pod percona-restored-instance1-ntps-0 FailedMount MountVolume.SetUp failed for volume "cert-volume" : failed to sync secret cache: timed out waiting for the condition kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:06 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-976cdd52-926c-46ea-b901-9931c96f1195" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:07 +0000 UTC Normal Pod percona-restored-instance1-ntps-0 SuccessfulAttachVolume AttachVolume.Attach succeeded for volume "pvc-a3f97d29-6dae-4c7a-a625-3cebb548d1f5" attachdetach-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:08 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:08 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 116ms (116ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:08 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:08 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:09 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:09 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:09 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:09 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:PR-1688-6152ad1a0" in 195ms (195ms including waiting). Image size: 81045238 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Created Created container: database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{database-init} Started Started container database-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:10 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 134ms (134ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Created Created container: postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{postgres-startup} Started Started container postgres-startup kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:11 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 171ms (171ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Created Created container: nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} 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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:12 +0000 UTC Normal Pod percona-restored-instance1-rmjp-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:13 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init-logcollector} Started Started container nss-wrapper-init-logcollector kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:13 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:13 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 157ms (157ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:13 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Created Created container: nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:14 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.initContainers{nss-wrapper-init} Started Started container nss-wrapper-init kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:14 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:14 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 156ms (156ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:14 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Created Created container: database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:15 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{database} Started Started container database kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:15 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Pulling Pulling image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:15 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Pulled Successfully pulled image "docker.io/perconalab/percona-postgresql-operator:main-ppg18-postgres" in 175ms (175ms including waiting). Image size: 448645367 bytes. kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:15 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Created Created container: replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:15 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{replication-cert-copy} Started Started container replication-cert-copy kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:15 +0000 UTC Normal Pod percona-restored-instance1-ntps-0.spec.containers{logs} Pulled Container image "docker.io/perconalab/fluentbit:main-logcollector" already present on machine kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:15 +0000 UTC Warning Pod percona-restored-instance1-rmjp-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:29 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-ntps SuccessfulDelete delete Pod percona-restored-instance1-ntps-0 in StatefulSet percona-restored-instance1-ntps successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:29 +0000 UTC Normal StatefulSet.apps percona-restored-instance1-rmjp SuccessfulDelete delete Pod percona-restored-instance1-rmjp-0 in StatefulSet percona-restored-instance1-rmjp successful statefulset-controller logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:30 +0000 UTC Warning Pod percona-restored-instance1-ntps-0.spec.containers{database} Unhealthy Readiness probe failed: kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:31 +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: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:35 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest} Killing Stopping container pgbackrest kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:35 +0000 UTC Normal Pod percona-restored-repo-host-0.spec.containers{pgbackrest-config} Killing Stopping container pgbackrest-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:36 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer} Killing Stopping container pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:36 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-9nlx4.spec.containers{pgbouncer-config} Killing Stopping container pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:36 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer} Killing Stopping container pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:36 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vv96x.spec.containers{pgbouncer-config} Killing Stopping container pgbouncer-config kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:36 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer} Killing Stopping container pgbouncer kubelet logger.go:42: 13:39:18 | migration-from-crunchy-backup-restore | 2026-08-07 13:38:36 +0000 UTC Normal Pod percona-restored-pgbouncer-6b77d9c86f-vzqjx.spec.containers{pgbouncer-config} Killing Stopping container pgbouncer-config kubelet logger.go:42: 13:39:19 | migration-from-crunchy-backup-restore | Deleting namespace "kuttl-test-exciting-kit" === NAME kuttl harness.go:404: run tests finished harness.go:511: cleaning up harness.go:568: removing temp folder: "" --- PASS: kuttl (964.11s) --- PASS: kuttl/harness (0.00s) --- PASS: kuttl/harness/migration-from-crunchy-backup-restore (963.31s) PASS