Actions
Issue #3612
closedInstallation documention fails during migration
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
-
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Documentation, Easy Fix
Sprint:
Sprint 37
Quarter:
Description
When running the docs here: https://docs.pulpproject.org/en/3.0/nightly/installation/instructions.html
it says to do:
$ pulp-manager makemigrations
$ pulp-manager migrate --noinput auth
$ pulp-manager migrate --noinput
$ pulp-manager reset-admin-password --password admin
but line 3 fails with:
django.db.utils.ProgrammingError: relation "pulp_app_user" does not exist
the previous migrate command with 'auth' executed without error
dkilban pointed me to https://github.com/pulp/pulp/blob/3.0-dev/.travis/script.sh#L17-L22
which worked much better
Actions
Update migration doc. closes #3612