-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] dev-0.4.5 fails to start, with "duplicate column name: label" #256
Comments
Moved from using the official web-only container to the master-omnibus container and get the same problem migrating from sqlite. |
Exact same problem here. Moved from lsio to master-omnibus container and get the same problem migrating from SQLite. btw. my lsio scrutiny.yaml was missing this part - do I just insert it as is? Any tips for migrating from lsio to this official version?
|
Hey @ThisIsTheOnlyUsernameAvailable , @davehope, @ovizii Unfortunately it sounds as if the migration script ran into an error and your database was only partially migrated from the old v0.3.x to v0.4.x version. Can you attach a copy of your |
While I wait for you to send me your broken database files, I've made a fix to ensure that this doesn't happen to other users in the future. However, this will not fix the issue for you, as your database is already in a "failed" state. For the 3 of you (and anyone else that is running into this issue), there are 2 options:
|
Thanks @AnalogJ , very kind. Database is on its way via e-mail to you. |
I've implemented a fix for this in linked commit. I've fixed this by ignoring retention policy related errors. @davehope I'll be emailing you soon with a zip file containing a migrated sqlite.db file and associated influxdb database. |
I just sent you a copy of mine. If it's an easy fix I'd appreciate that, if not, I'll scrap it. |
(confirmed on e-mail, but posting here too). Very kind of you to fix the database, really not expected at-all. |
Hi there! Could i maybe also get an email with the fix? Been struggling with this issue for a while now. |
Describe the bug
I upgraded from the LSIO image, to the official container and using my own Influx instance. The first start saw a huge number of SQL statements (I'm assuming extracting from SQLite to Influx, but then failed. Subsequent restarts also panic. Logs below.
Expected behavior
Data should migrate successfully, and Scrutiny should then start.
Screenshots
N/A
Log Files
docker-compose.yaml
scrutiny.yaml:
The text was updated successfully, but these errors were encountered: