Created
April 2, 2015 21:01
-
-
Save natea/8fe4f5800fa9a19472ec to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: applied_all = check_migration_histories(applied_all, delete_ghosts, ignore_ghosts) | |
==> default: File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/south/migration/__init__.py", line 88, in check_migration_histories | |
==> default: raise exceptions.GhostMigrations(ghosts) | |
==> default: south.exceptions.GhostMigrations: | |
==> default: | |
==> default: ! These migrations are in the database but not on disk: | |
==> default: <student: 0043_auto__add_linkedinaddtoprofileconfiguration> | |
==> default: <student: 0044_rename_linkedin_config_field> | |
==> default: <embargo: 0002_add_country_access_models> | |
==> default: <embargo: 0003_add_countries> | |
==> default: <embargo: 0004_migrate_embargo_config> | |
==> default: <embargo: 0005_add_courseaccessrulehistory> | |
==> default: ! I'm not trusting myself; either fix this yourself by fiddling | |
==> default: ! with the south_migrationhistory table, or pass --delete-ghost-migrations | |
==> default: ! to South to have it delete ALL of these records (this may not be good). | |
==> default: stdout: Syncing... | |
==> default: Creating tables ... | |
==> default: Installing custom SQL ... | |
==> default: Installing indexes ... | |
==> default: Installed 0 object(s) from 0 fixture(s) | |
==> default: Migrating... | |
==> default: | |
==> default: FATAL: all hosts have already failed -- aborting | |
==> default: | |
==> default: PLAY RECAP ******************************************************************** | |
==> default: to retry, use: --limit @/root/vagrant-devstack.retry | |
==> default: | |
==> default: localhost : ok=61 changed=33 unreachable=0 failed=1 | |
The SSH command responded with a non-zero exit status. Vagrant | |
assumes that this means the command failed. The output for this command | |
should be in the log above. Please read the output to determine what | |
went wrong. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment