Versions Compared

Key

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

...

Expand
titleDump SQL into devstack discovery databbase.
Code Block
mysql -h edx.devstack.mysql -u discov001 -ppassword discovery < coursediscovery_data.sql

...

  • Pause prod pipeline

  • Merge changes to master

  • Have revert PR available

  • After code is on stage:

    • Run these commands

      Code Block
      python manage.py lms reindex_course_team --all
      python manage.py cms reindex_course --all
  • Do testing in stage

    • Make sure to test teams.

  • If we feel confident with stage, unpause prod pipeline

  • Prevent prod/edge deploy from deploying - not added to ELB

    • Index data - prod/edge

    • This needs to be discovered and investigated - is it a checkbox? - Fred Smith (Deactivated)

      • Checkbox - switch deploy_ami step from ‘On Success’ to 'Manual'

      • Manually set up ASGs for

  • Diana Huang - schedule a 4 hour window for attempting to deploy

...