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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user