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

Commit 14e5ba5

Browse files
committed
chore: add mysql8 upgrade instructions
1 parent fa758e4 commit 14e5ba5

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/manual_upgrades.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ 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+
2023-10-05 - MySQL upgrade from version 5.7 to 8.0
11+
**************************************************
12+
13+
The MySQL service has been upgraded from version 5.7 to 8.0. Developers will need to follow the following instructions.
14+
15+
1. Stop the running containers ::
16+
17+
make dev.stop
18+
19+
2. Take latest ``git pull`` of ``devstack`` and ``edx-platform``
20+
3. Take the latest pull of images ::
21+
22+
make dev.pull
23+
24+
4. Run provisioning command ::
25+
26+
make dev.provision
27+
28+
5. [Optional] Additionally, there is a database copy command to help you transfer data from MySQL 5.7 to 8.0. After provisioning use the following command ::
29+
30+
make dev.dbcopyall8
31+
32+
This command copies the following databases:
33+
34+
- credentials
35+
- discovery
36+
- ecommerce
37+
- registrar
38+
- notes
39+
- edxapp
40+
- xqueue
41+
- edxapp_csmh
42+
- dashboard
43+
- analytics-api
44+
- reports
45+
- reports_v1
46+
47+
If you prefer not to copy all databases, update ``DB_NAMES_LIST`` in the ``Makefile`` of devstack before running the dbcopy command.
48+
1049
2023-08-02 - Forum upgrade from Ruby 2 to 3
1150
*******************************************
1251

0 commit comments

Comments
 (0)