I’m not sure if this should exist here, but I’m in the midst of trying to upgrade MongoDB from 5.0.6 to 5.0.30 for Rocket.chat as a preliminary way to understand how to upgrade MongoDB.
Has anyone here done a minor version upgrade before? I don’t think it’s as straightforward as just doing
For context I’m currently looking at this initial step to understand how to upgrade MongoDB, since Rocket.chat v7.0.0 is recommending that we upgrade to MongoDB 6.0 and 5.0 is deprecated (https://docs.rocket.chat/v1/docs/support-prerequisites#mongodb-version-support), so I can subsequently upgrade/migrate from 5.0 to 6.0 once I understand how to do it.
I’m know I’m on v7.0.0 - I used rocketchatctl to upgrade Rocket.chat directly and Ubuntu’s apt package manager to update the rest of the packages as I started off from v5.0 quite sometime back.
My Rocket.chat instance in the interface displays itself as v7.0.0 as well.
I just can’t upgrade MongoDB using the apt package manager - keeps being held back.
Thanks for the link, I’ll explore this, maybe I’ve been upgrading it wrong since v5.0 lol
That’s the problem, my initial DO on v5.0 install never mentioned any sort of instructions on how it was installed but I was able to find rocketchatctl in one of the files, which I used to upgrade Rocket.chat – no worries, I think the conversation with you helped me realised what I need to search for.