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

Commit

Permalink
chore: updated mongo5 upgrade steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhan Umer authored and farhanumar committed Feb 24, 2024
1 parent e6bbf93 commit cda90f6
Showing 1 changed file with 16 additions and 0 deletions.
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

0 comments on commit cda90f6

Please sign in to comment.