mirror of
https://github.com/theotherp/nzbhydra2.git
synced 2026-03-04 06:45:28 -05:00
DB Migration / SQL Error: INDEXERSTATUS not found #125
Labels
No labels
bug
bug
enhancement
help wanted
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nzbhydra2#125
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @h45rd on GitHub (Feb 22, 2018).
Hi,
Thanks for working relentlessly on this great project :)
I think somewhere around this commit:
github.com/theotherp/nzbhydra2@2681f5e862the db migration process got broken.Prerequisites: both hydra instances are running in docker containers; does not seem to be resource related, as testing with
-e JAVA_OPTS="-Xmx1024m"did not help either. All files are fully accessible from within the containers and undamaged, etc.Trying to migrate my small (20 MB) db from v0.2.231 to v1.4.2 via the files option I run into the following issue:
More verbose:
I verified that INDEXERSTATUS does indeed exist in the old sqlite db.
So not sure what is going wrong exactly.
@theotherp commented on GitHub (Feb 22, 2018):
My bad, will fix tomorrow.
Am 22.02.2018 06:05 schrieb "h45rd" notifications@github.com:
@h45rd commented on GitHub (Feb 22, 2018):
Vielen Dank :)