-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DEPR]: paver update_db #32683
Labels
depr
Proposal for deprecation & removal per OEP-21
Comments
3 tasks
Note: The newer |
Also, this DEPR will resolve the ticket #32252. |
Burn it down 🔥 🔥 Potentially worth nothing, the replacement to this that Tutor provides is:
Alternatively, re-running
And for Devstack, it's:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Proposal Date
2023-07-07
Target Ticket Acceptance Date
2023-07-14
Earliest Open edX Named Release Without This Functionality
Redwood - 2024-04
Rationale
Currently, we are trying to deprecate paver overall and this method is currently not working in one of our environments, so we believe the best way forward is to delete this method.
Removal
https://github.com/openedx/edx-platform/blob/master/pavelib/servers.py#L243
Replacement
We will be replacing this call with a
make migrate
command in the Makefile in order to make it more consistent with other IDAs in the Open edX ecosystem.Deprecation
No response
Migration
No response
Additional Info
No response
The text was updated successfully, but these errors were encountered: