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
Updated by dalley over 6 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 36
- Tags Pulp 3 added
Updated by jortel@redhat.com over 6 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
Added by jortel@redhat.com over 6 years ago
Added by jortel@redhat.com over 6 years ago
Revision 9bc7c0dc | View on GitHub
Update migration doc. closes #3612
Updated by jortel@redhat.com over 6 years ago
- Status changed from ASSIGNED to POST
- Tags Easy Fix added
Updated by jortel@redhat.com over 6 years ago
- Status changed from POST to MODIFIED
Applied in changeset pulp|9bc7c0dc8a51c7eebda57c7666ec7f405444cffb.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Update migration doc. closes #3612