Skip to content

Fix < 1.20.0 version physical restore error #1972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

cccfs
Copy link

@cccfs cccfs commented Jun 19, 2025

CHANGE DESCRIPTION

Problem:
Using the latest version 0.20.1 and defining crVersion 1.15.0 to deploy MongoDB 4.4.24x replica set, there are compatibility issues with panic and pbm version configurations when running physical restore

Cause:
Short explanation of the root cause of the issue if applicable.

Solution:
Short explanation of the solution we are providing with this PR.

CHECKLIST

Jira

  • Is the Jira ticket created and referenced properly?
  • Does the Jira ticket have the proper statuses for documentation (Needs Doc) and QA (Needs QA)?
  • Does the Jira ticket link to the proper milestone (Fix Version field)?

Tests

  • Is an E2E test/test case added for the new feature/change?
  • Are unit tests added where appropriate?
  • Are OpenShift compare files changed for E2E tests (compare/*-oc.yml)?

Config/Logging/Testability

  • Are all needed new/changed options added to default YAML files?
  • Are all needed new/changed options added to the Helm Chart?
  • Did we add proper logging messages for operator actions?
  • Did we ensure compatibility with the previous version or cluster upgrade process?
  • Does the change support oldest and newest supported MongoDB version?
  • Does the change support oldest and newest supported Kubernetes version?

@pull-request-size pull-request-size bot added the size/S 10-29 lines label Jun 19, 2025
@CLAassistant
Copy link

CLAassistant commented Jun 19, 2025

CLA assistant check
All committers have signed the CLA.

@egegunes
Copy link
Contributor

@cccfs may i ask why do you use crVersion: 1.15.0 with the latest version? is it because of MongoDB version? because neither operator v1.15 nor MongoDB v4.4 is supported any more. v4.4 support is dropped in v1.16.0

@cccfs
Copy link
Author

cccfs commented Jul 1, 2025

@cccfs may i ask why do you use crVersion: 1.15.0 with the latest version? is it because of MongoDB version? because neither operator v1.15 nor MongoDB v4.4 is supported any more. v4.4 support is dropped in v1.16.0

I have an instance of MongoDB 4.4 hosted on a public cloud and expect to migrate it to an operator managed MongoDB. To ensure migration to the same version, I specified crVersion: 1.15.0 to start the replica set of MongoDB 4.4

@JNKPercona
Copy link
Collaborator

Test name Status
arbiter failure
balancer failure
cross-site-sharded failure
custom-replset-name failure
custom-tls failure
custom-users-roles failure
custom-users-roles-sharded failure
data-at-rest-encryption failure
data-sharded failure
demand-backup failure
demand-backup-eks-credentials-irsa skipped
demand-backup-fs skipped
demand-backup-incremental skipped
demand-backup-incremental-sharded skipped
demand-backup-physical-parallel skipped
demand-backup-physical-aws skipped
demand-backup-physical-azure skipped
demand-backup-physical-gcp skipped
demand-backup-physical-minio skipped
demand-backup-physical-sharded-parallel skipped
demand-backup-physical-sharded-aws skipped
demand-backup-physical-sharded-azure skipped
demand-backup-physical-sharded-gcp skipped
demand-backup-physical-sharded-minio skipped
demand-backup-sharded skipped
expose-sharded skipped
finalizer skipped
ignore-labels-annotations skipped
init-deploy skipped
ldap skipped
ldap-tls skipped
limits skipped
liveness skipped
mongod-major-upgrade skipped
mongod-major-upgrade-sharded skipped
monitoring-2-0 skipped
monitoring-pmm3 skipped
multi-cluster-service skipped
multi-storage skipped
non-voting-and-hidden skipped
one-pod skipped
operator-self-healing-chaos skipped
pitr skipped
pitr-physical skipped
pitr-sharded skipped
pitr-physical-backup-source skipped
preinit-updates skipped
pvc-resize skipped
recover-no-primary skipped
replset-overrides skipped
rs-shard-migration skipped
scaling skipped
scheduled-backup skipped
security-context skipped
self-healing-chaos skipped
service-per-pod skipped
serviceless-external-nodes skipped
smart-update skipped
split-horizon skipped
stable-resource-version skipped
storage skipped
tls-issue-cert-manager skipped
upgrade skipped
upgrade-consistency skipped
upgrade-consistency-sharded-tls skipped
upgrade-sharded skipped
users skipped
version-service skipped
We run 10 out of 68

commit: 28fe892
image: perconalab/percona-server-mongodb-operator:PR-1972-28fe8920

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants