Project

Profile

Help

Issue #3612

closed

Installation documention fails during migration

Added by jsherril@redhat.com about 6 years ago. Updated over 4 years ago.

Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
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

Also available in: Atom PDF