Hi
I am trying to restore my mysql database from an ironwood installation that stopped working.
I believe i have successfully conducted a mysqldump
using these instructions
In the new installation I first stop edx via
sudo /edx/bin/supervisortctl stop all
and then I enter
mysqldump --user=root edxapp < mysql-file.sql
The output states “Dump completed on 2019-08-14 11:34:25”
When I go to make migrations it says “No migrations to apply.”
Further, when I go to the LMS administration and check " [Authentication and Authorization]"
The users have not been migrated. Does anyone have any suggestions?
Thanks
K