Skip to content

Instantly share code, notes, and snippets.

@ramielrowe
Created July 2, 2013 15:17
Show Gist options
  • Save ramielrowe/5910192 to your computer and use it in GitHub Desktop.
Save ramielrowe/5910192 to your computer and use it in GitHub Desktop.
root@tach:~/stacktach_app# ./manage.py migrate stacktach
Running migrations for stacktach:
- Migrating forwards to 0005_create_glancerawdata_and_genericrawdata.
> stacktach:0002_create_rawdataimagemeta_and_add_usage_related_fields_to_instanceexists_and_instanceusages
> stacktach:0003_populate_usage_related_fields_in_rawdataimagemeta_instanceexists_and_instanceusages_from_rawdata
- Migration 'stacktach:0003_populate_usage_related_fields_in_rawdataimagemeta_instanceexists_and_instanceusages_from_rawdata' is marked for no-dry-run.
Started inserting records in RawDataImageMeta
! Error found during real run of migration! Aborting.
! Since you have a database that does not support running
! schema-altering statements in transactions, we have had
! to leave it in an interim state between migrations.
! You *might* be able to recover with: (migration cannot be dry-run; cannot discover commands)
! The South developers regret this has happened, and would
! like to gently persuade you to consider a slightly
! easier-to-deal-with DBMS (one that supports DDL transactions)
! NOTE: The error which caused the migration to fail is further up.
Error in migration: stacktach:0003_populate_usage_related_fields_in_rawdataimagemeta_instanceexists_and_instanceusages_from_rawdata
AttributeError: 'Notification' object has no attribute 'os_architecture'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment