Bug 713067 - "service pulp-server init" cannot find pulp-migrate when running from dev environment
Summary: "service pulp-server init" cannot find pulp-migrate when running from dev env...
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Pulp
Classification: Retired
Component: documentation
Version: unspecified
Hardware: Unspecified
OS: Linux
low
low
Target Milestone: ---
: ---
Assignee: Jay Dobies
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-06-14 07:08 UTC by Nick Coghlan
Modified: 2011-07-18 06:18 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-07-18 06:18:46 UTC


Attachments (Terms of Use)

Description Nick Coghlan 2011-06-14 07:08:16 UTC
Description of problem:

"service pulp-server init" looks for /usr/bin/pulp-migrate to handle database changes. When running from a dev checkout, this file isn't present, so no migration occurs.

How reproducible: Always

Steps to Reproduce:
1. Check Pulp out from git repo
2. Run "sudo ./pulp-dev.py --install"
3. Run "sudo service pulp-server init"
  
Actual results:

Initialisation complains about missing pulp-migrate file

Expected results:

Either:
1. Database migration script run successfully (due to pulp-dev adding the appropriate symlink); or
2. A note on http://pulpproject.org/ug/UGDevelopment.html stating that it may be necessary to run pulp-migrate manually after updates when database migration is needed.


Note You need to log in before you can comment on or make changes to this bug.