Hide Forgot
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.