chore: remove paver update_db task #32828
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As part of the effort to deprecate paver overall hence the
update_db
task is being removed here.This change would break any references to the paver
update_db
task.Effort has been made to remove all refrences that can be found in other repos and would be linked to this PR appropiately.
Additional work to convert to an alternative
make migrate
has been done as part of openedx-unsupported/devstack#1085 and any left over work would be done and linked to this PR appropiately.Supporting information
This PR fixes #32683 and #32252
Testing instructions
Before this change, you could run
paver update_db
in the lms.After this change, on running
paver update_db
you should get an error message likeBuild failed: Unknown task: update_db
There are no references to this task in the docs.
Fixes: #32683 and #32252
Private-ref: https://tasks.opencraft.com/browse/BB-7705