Project

Profile

Help

Issue #900

closed

unable to run pulp-manage-db on 2.7.0 alpha 2 on RHEL6

Added by cduryee almost 9 years ago. Updated almost 5 years ago.

Status:
CLOSED - DUPLICATE
Priority:
High
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
2.7.0
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:

Description

When attempting to install 2.7.0 alpha 2 on rhel6, I encounter the following error:

type object 'TaskStatus' has no attribute 'ensure_indexes'
Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/pulp/server/db/manage.py", line 132, in main
    return _auto_manage_db(options)
  File "/usr/lib/python2.6/site-packages/pulp/server/db/manage.py", line 193, in _auto_manage_db
    migrate_database(options)
  File "/usr/lib/python2.6/site-packages/pulp/server/db/manage.py", line 103, in migrate_database
    ensure_database_indexes()
  File "/usr/lib/python2.6/site-packages/pulp/server/db/manage.py", line 117, in ensure_database_indexes
    dispatch.TaskStatus.ensure_indexes()
AttributeError: type object 'TaskStatus' has no attribute 'ensure_indexes'

This may affect other OSes as well but I have not tried it yet.


Related issues

Is duplicate of Pulp - Issue #916: pulp-manage-db raising stack traceCLOSED - CURRENTRELEASEbcourtActions

Also available in: Atom PDF