Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
breakoutModewide
# Command to fake the auth_user.last_name migration.
source /edx/app/edxapp/edxapp_env
export DB_MIGRATION_USER=migrate001
read DB_MIGRATION_PASS
export DB_MIGRATION_PASS
sudo -HEu www-data /edx/bin/python.edxapp /edx/bin/manage.edxapp lms migrate --fake auth 0009