Ask Your Question
1

Error during Askbot migration from 0.7.48 to 0.7.49

asked 2014-03-14 03:48:18 -0500

Kirill's avatar

I've made a copy of my current virtual envirtonment with Askbot 0.7.48 and upgraded it using pip: pip install -U askbot All packages were installed successfully with minor warnings.

However I've got this error at the last step:

$ ./manage.py migrate ... Running migrations for djcelery: - Migrating forwards to 0004_v30_changes.

djcelery:0001_initial FATAL ERROR - The following SQL query failed: CREATE TABLE "celery_taskmeta" ("id" serial NOT NULL PRIMARY KEY, "task_id" varchar(255) NOT NULL UNIQUE, "status" varchar(50) NOT NULL, "result" text NULL, "date_done" timestamp with time zone NOT NULL, "traceback" text NULL) The error was: relation "celery_taskmeta" already exists

Error in migration: djcelery:0001_initial DatabaseError: relation "celery_taskmeta" already exists

Is it critical? Any ideas how to fix or w/a it?

Thanks.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-19 03:33:11 -0500

Kirill's avatar

Is it possible to skip this step of migration? Any suggestions?

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2014-03-14 03:48:18 -0500

Seen: 921 times

Last updated: Mar 19 '14