This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 424
Deprecate edx-platform paver update_db
#1085
Comments
timmc-edx
changed the title
edx-platform paver update_db affecting devstack
Deprecate edx-platform Jul 7, 2023
paver update_db
DEPR ticket created: openedx/edx-platform#32683 |
dianakhuang
added a commit
to openedx/edx-platform
that referenced
this issue
Jul 12, 2023
To make edx-platform more consistent with other IDAs and to help deprecate more of paver, we are adding the ability to run `make migrate` in a local environment as a replacement for `paver update_db`. openedx-unsupported/devstack#1085
dianakhuang
added a commit
to openedx/edx-platform
that referenced
this issue
Jul 12, 2023
To make edx-platform more consistent with other IDAs and to help deprecate more of paver, we are adding the ability to run `make migrate` in a local environment as a replacement for `paver update_db`. openedx-unsupported/devstack#1085
dianakhuang
added a commit
to openedx/edx-enterprise
that referenced
this issue
Jul 12, 2023
We are planning on removing paver, and we have created an alternative Make command for running migrations. This updates the documentation. openedx-unsupported/devstack#1085
dianakhuang
added a commit
that referenced
this issue
Jul 12, 2023
Replaces some of the manual calls to `manage.py migrate` with `make migrate` for more consistency with other IDAs. #1085
dianakhuang
added a commit
that referenced
this issue
Jul 12, 2023
Replaces some of the manual calls to `manage.py migrate` with `make migrate` for more consistency with other IDAs. #1085
1 task
dianakhuang
added a commit
to openedx/edx-platform
that referenced
this issue
Jul 12, 2023
We are planning on deprecating paver, starting with paver update_db. This replaces a call to paver with its replacement, `make migrate`. openedx-unsupported/devstack#1085
dianakhuang
added a commit
that referenced
this issue
Jul 13, 2023
Replaces some of the manual calls to `manage.py migrate` with `make migrate` for more consistency with other IDAs. #1085
dianakhuang
added a commit
that referenced
this issue
Jul 13, 2023
Replaces some of the manual calls to `manage.py migrate` with `make migrate` for more consistency with other IDAs. #1085
dianakhuang
added a commit
to openedx/edx-platform
that referenced
this issue
Jul 13, 2023
We are planning on deprecating paver, starting with paver update_db. This replaces a call to paver with its replacement, `make migrate`. openedx-unsupported/devstack#1085
nsprenkle
pushed a commit
that referenced
this issue
Nov 21, 2023
Replaces some of the manual calls to `manage.py migrate` with `make migrate` for more consistency with other IDAs. #1085
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
make migrate
runs migrations in the current environmentNotes:
make dev.migrate.lms+studio
The text was updated successfully, but these errors were encountered: