Issue #3362
closedPypi install steps are missing the makemigrations command and therefore produce broken installations
Description
Based on the Plugin Writer's Coding Workshop Feedback, the installation issues, the pypi install commands are missing the migrations and they produce broken installations.
Updated by ttereshc almost 7 years ago
Some discussion with that regard happened before, here:
https://pulp.plan.io/issues/3012
https://www.redhat.com/archives/pulp-dev/2017-September/msg00013.html
Updated by bmbouter almost 7 years ago
- Priority changed from Normal to High
The PyPi installation docs are here: https://docs.pulpproject.org/en/3.0/nightly/installation/instructions.html#pypi-installation
I think it's separate from the db-reset script. I think the issue is that there is no step to makemigrations
and there must be to produce a working installation.
I think it's right that this be an issue because it's a defect in the installation guide. +1 to adding it to the sprint. It's high priority so I'm changing it to high.
Updated by dalley almost 7 years ago
- Sprint/Milestone set to 56
- Triaged changed from No to Yes
- Tags Documentation added
Updated by milan almost 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to milan
Updated by milan almost 7 years ago
- Subject changed from Pypi install commands are missing the migrations and they produce broken installations to Pypi install steps are missing the makemigrations command and therefore produce broken installations
Updated by milan almost 7 years ago
The pull request: https://github.com/pulp/pulp/pull/3334
Added by milan almost 7 years ago
Added by milan almost 7 years ago
Revision a145d061 | View on GitHub
Add the missing makemigrations Pypi install step
The Pypi installation instructions missed the makemigrations step.
Updated by milan almost 7 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|a145d0611bbd3e1cbdf6bd22ef8a502d31c03369.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Add the missing makemigrations Pypi install step
The Pypi installation instructions missed the makemigrations step.
Fixes #3362 https://pulp.plan.io/issues/3362