openedx-unsupported/devstack

Deprecate edx-platform `paver update_db`

robrap opened this issue · 1 comments

paver update_db is an old way of running migrations for edxapp, but doesn't work in devstack and should just be removed. See openedx/edx-platform#32252 for more details.

A/C:

  • DEPR update_db
  • make migrate runs migrations in the current environment
  • Remove references to using update_db everywhere (doc, github workflow?)

Notes:

DEPR ticket created: openedx/edx-platform#32683