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?
|