Issue:
When upgrading to Domino v5.4 from a previous version you are faced with:
ValueError: Unsupported mongo upgrade path: 4.0 -> 4.4 -- Mongo minor versions must be upgraded one version at a time: 3.4 -> 3.6 -> 4.0 -> 4.2 -> 4.4.
For each subsequent version, set image_overrides.mongodb to the appropriate image tag and re-run the installer with `-s mongodb-replicaset --warn-only`. When fully current, remove the image_overrides entry to ensure current and future versions use the correct Mongo image version.
Mongo image tags:
Mongo 3.4: docker.io/mongo:3.4
Mongo 3.6: quay.io/domino/mongo:3.6.22-20210316-1506
Mongo 4.0: quay.io/domino/mongo:4.0.23-20210504-1754
Mongo 4.2: quay.io/domino/mongo:4.2.22-20220914-0744
Mongo 4.4: quay.io/domino/mongo:4.4.16-20220921-1614
Applies to
- Upgrading from Domino v4x & v5x to Domino v5.4
Solution:
There are 2 ways to bypass this issue, use only 1:
- Use the --warn-only argument when upgrading
- Remove the helm chart for mongo prior to the upgrade
Notes:
The issue will be resolved as part of Domino v5.4.1 as part of PLAT-6207
Comments
0 comments
Please sign in to leave a comment.