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

Commit 4460c21

Browse files
authored
Merge pull request #1279 from openedx/farhanumar/mongo5-upgrade-manual-doc
chore: updated mongo5 upgrade steps
2 parents e6bbf93 + cda90f6 commit 4460c21

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: docs/manual_upgrades.rst

+16
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ Please add new instructions to the top, include a date, and make a post in the `
77

88
(If you just need to update your devstack to the latest version of everything, see :doc:`updating_devstack`.)
99

10+
11+
2024-02-25 - Mongo upgrade from version 4.4 to 5.0
12+
**************************************************
13+
14+
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.
15+
16+
1. Take latest ``git pull`` of ``devstack``
17+
18+
2. Take the latest pull of images ::
19+
20+
make dev.pull
21+
22+
3. Run mongo5 upgrade script, already added to devstack repo ::
23+
24+
./upgrade_mongo_5_0.sh
25+
1026
2023-10-05 - MySQL upgrade from version 5.7 to 8.0
1127
**************************************************
1228

0 commit comments

Comments
 (0)