From cda90f695be7b10b362472836a5b17e149653c29 Mon Sep 17 00:00:00 2001 From: Farhan Umer Date: Sun, 25 Feb 2024 00:48:01 +0500 Subject: [PATCH] chore: updated mongo5 upgrade steps --- docs/manual_upgrades.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/manual_upgrades.rst b/docs/manual_upgrades.rst index 343b893247..8a107c02cb 100644 --- a/docs/manual_upgrades.rst +++ b/docs/manual_upgrades.rst @@ -7,6 +7,22 @@ Please add new instructions to the top, include a date, and make a post in the ` (If you just need to update your devstack to the latest version of everything, see :doc:`updating_devstack`.) + +2024-02-25 - Mongo upgrade from version 4.4 to 5.0 +************************************************** + +As mongo 4.4 is reaching EOL, we have upgraded mongo version 4.4 to mongo version 5.0. Developers will need to follow the following instructions. + +1. Take latest ``git pull`` of ``devstack`` + +2. Take the latest pull of images :: + + make dev.pull + +3. Run mongo5 upgrade script, already added to devstack repo :: + + ./upgrade_mongo_5_0.sh + 2023-10-05 - MySQL upgrade from version 5.7 to 8.0 **************************************************