Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syncdb throws error #6

Open
digi604 opened this issue Oct 3, 2010 · 3 comments
Open

syncdb throws error #6

digi604 opened this issue Oct 3, 2010 · 3 comments

Comments

@digi604
Copy link

digi604 commented Oct 3, 2010

ckends/postgresql_psycopg2/base.py", line 44, in execute
return self.cursor.execute(query, args)
django.db.utils.DatabaseError: relation "kong_hostedsite_on_servers" already exists

@ericholscher
Copy link
Owner

Looks like you're running an old version of the code. I would install from trunk and run the migrate.py in the top level of the project.

@ericholscher
Copy link
Owner

(you should probably back up your DB before you do this just in case)

@alinebee
Copy link

Just a heads-up: this occurs in the version of the project available on pypi, which is 0.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants