First time here? Check out the FAQ!
1

Error during Askbot migration from 0.7.48 to 0.7.49

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.

Kirill's avatar
11
Kirill
asked 2014-03-14 03:48:18 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

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

Kirill's avatar
11
Kirill
answered 2014-03-19 03:33:11 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments