Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

chore: updated mongo5 upgrade steps #1279

Merged
merged 1 commit into from
Feb 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/manual_upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
**************************************************

Expand Down