Skip to content
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

Upgrade MongoDB versions #4216

Closed
junminahn opened this issue Nov 12, 2024 · 1 comment
Closed

Upgrade MongoDB versions #4216

junminahn opened this issue Nov 12, 2024 · 1 comment
Assignees

Comments

@junminahn
Copy link
Collaborator

junminahn commented Nov 12, 2024

Description
Our MongoDB database version has not been updated since the project's inception. We need to verify the current version and assess upgrade possibilities.

Technical Details

  • Check the MongoDB version in live environments to identify if a newer version is available.
  • Verify the database versions in sandbox environments.
  • Develop an upgrade plan and implement it across live environments in sequence: dev, test, and prod.

Definition of Done (DOD)

  • All live and local database versions are synchronized.
@junminahn junminahn self-assigned this Jan 29, 2025
@junminahn
Copy link
Collaborator Author

$ oc rsh pltsvc-mongodb-0 
Defaulted container "mongodb" out of: mongodb, log-dir (init)
$ mongod --version
db version v8.0.4
Build Info: {
    "version": "8.0.4",
    "gitVersion": "bc35ab4305d9920d9d0491c1c9ef9b72383d31f9",
    "openSSLVersion": "OpenSSL 3.0.15 3 Sep 2024",
    "modules": [],
    "allocator": "tcmalloc-google",
    "environment": {
        "distmod": "debian12",
        "distarch": "x86_64",
        "target_arch": "x86_64"
    }
}

@funtigr funtigr closed this as completed Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants