Question #663104 on Graphite changed:
https://answers.launchpad.net/graphite/+question/663104

Neil Stack posted a new comment:
so  when I upgrade from 1.0.0 to 1.1.1 it gives me:
Apply all migrations: account, admin, auth, contenttypes, dashboard, events, 
sessions, tagging, tags, url_shortener", "Running migrations:", "  Applying 
account.0001_initial..."], "warnings": []}
stderr: Traceback (most recent call last):
  File "/opt/graphite/bin/django-admin", line 11, in <module>
    sys.exit(execute_from_command_line())
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/core/management/__init__.py",
 line 363, in execute_from_command_line
    utility.execute()
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/core/management/__init__.py",
 line 355, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/core/management/base.py",
 line 283, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/core/management/base.py",
 line 330, in execute
    output = self.handle(*args, **options)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/core/management/commands/migrate.py",
 line 204, in handle
    fake_initial=fake_initial,
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/migrations/executor.py",
 line 115, in migrate
    state = self._migrate_all_forwards(state, plan, full_plan, fake=fake, 
fake_initial=fake_initial)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/migrations/executor.py",
 line 145, in _migrate_all_forwards
    state = self.apply_migration(state, migration, fake=fake, 
fake_initial=fake_initial)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/migrations/executor.py",
 line 244, in apply_migration
    state = migration.apply(state, schema_editor)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/migrations/migration.py",
 line 129, in apply
    operation.database_forwards(self.app_label, schema_editor, old_state, 
project_state)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/migrations/operations/models.py",
 line 97, in database_forwards
    schema_editor.create_model(model)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/backends/base/schema.py",
 line 302, in create_model
    self.execute(sql, params or None)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/backends/base/schema.py",
 line 119, in execute
    cursor.execute(sql, params)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/backends/utils.py", 
line 65, in execute
    return self.cursor.execute(sql, params)
  File "/opt/graphite/local/lib/python2.7/site-packages/django/db/utils.py", 
line 94, in __exit__
    six.reraise(dj_exc_type, dj_exc_value, traceback)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/backends/utils.py", 
line 63, in execute
    return self.cursor.execute(sql)
  File 
"/opt/graphite/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py",
 line 326, in execute
    return Database.Cursor.execute(self, query)
django.db.utils.OperationalError: table "account_mygraph" already exists
stdout: Operations to perform:
  Apply all migrations: account, admin, auth, contenttypes, dashboard, events, 
sessions, tagging, tags, url_shortener
Running migrations:
  Applying account.0001_initial...

Any idea ?

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to