Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Deprecate edx-platform paver update_db #1085

Closed
1 of 3 tasks
robrap opened this issue Jun 7, 2023 · 1 comment
Closed
1 of 3 tasks

Deprecate edx-platform paver update_db #1085

robrap opened this issue Jun 7, 2023 · 1 comment
Assignees

Comments

@robrap
Copy link
Contributor

robrap commented Jun 7, 2023

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:

@timmc-edx timmc-edx changed the title edx-platform paver update_db affecting devstack Deprecate edx-platform paver update_db Jul 7, 2023
@dianakhuang dianakhuang self-assigned this Jul 7, 2023
@dianakhuang
Copy link
Contributor

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
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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants