View Single Post
Old 09-16-2009, 06:23 PM   #1
earthq
Enthusiast
earthq began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Jun 2009
Device: none
calibre 0.6.12 does not migrate DB nor launch

Hi,

I am running 0.5.14 (Windows) fine.
When trying to upgrade to 0.6.12 (same happened with 0.6.2), calibre.exe starts and unexpectedly shutsdown. No window or icon are shown.

Guessing that there is an underlying DB upgrade issue, I tried to upgrade db manually using calibre-debug.exe --migrate.
This command throws the following error:

Migrating Calibre DB ...
Upgrading database from version: 4
Upgrading database from version: 5
Traceback (most recent call last):
File "debug.py", line 216, in <module>
File "debug.py", line 203, in main
File "debug.py", line 88, in migrate
File "calibre\library\database.pyo", line 808, in __init__
File "calibre\library\database.pyo", line 699, in upgrade_version5
sqlite3.OperationalError: no such trigger: fkc_delete_books_tags_link

Any hints?
earthq is offline   Reply With Quote