Merge pull request #34937 from openedx/feanil/update_docs

docs: Add a note about the second DB that needs to be migrated.
This commit is contained in:
Feanil Patel
2024-06-18 11:22:14 -04:00
committed by GitHub

View File

@@ -103,10 +103,13 @@ Language Packages:
Build Steps
-----------
Create a MySQL database and a MySQL user with write permissions, and configure
Django to use them. Then, run migrations::
Create two MySQL databases and a MySQL user with write permissions to both, and configure
Django to use them by updating the ``DATABASES`` setting.
Then, run migrations::
./manage.py lms migrate
./manage.py lms migrate --database=student_module_history
./manage.py cms migrate
Build static assets (for more details, see `building static