I think the easiest and most cost-effective solution is just going to be some mini fans with some weatherproof vents like these:
Pushed a small update:
Fixed known plates null value
Fixed camera name filter matching
Occurrence count now tracked in an actual column
Your database page will have zero for all the counts to start after the migration. You can fill them all in by going to /backfill and clicking the button to count them. After doing this once, you should not need to go to this page again.
The live feed page is still counting them since this will probably confuse a few people. I will definitely put it in the notes for a full update release. Very important change though.
I get the below after doing this. Also my ALPR Recognition Feed has no records.You can fill them all in by going to /backfill and clicking the button to count them.
And you got the new migrations.sql updates?I get the below after doing this. Also my ALPR Recognition Feed has no records.
View attachment 212475
View attachment 212476
View attachment 212477
I just redid the new migrations.sql updates and it is working. Maybe I did not save the changes for the new migrations.sqlAnd you got the new migrations.sql updates?
I do not know exactly what to do. I just ran across this a few months ago and thought of it when I read your thread.
Maybe this will help?
Thermoelectric cooling - Wikipedia
en.wikipedia.org
Did you manually update the two below files before pulling the latest?There was another docker update yesterday/today and the dashboard and live feed is empty at me following the update. No new plates are getting recorded either.
Does anyone has an idea how to downgrade the docker (I mean what shall I pull instead of :latest)?
Both files were changes with the last updateThe schema.sql file is only used during the initial database creation, right? It wouldn't make sense to update it between database updates.
The migration.sql file didn’t change between the two Docker updates yesterday. You might have seen my post just before your issue above, where I mentioned that the first update, which included the occurrences change, worked fine for me.
However, a second update came after that, which broke my installation. Did you also get this second update?
1/21/2025, 2:41:26 PM [ERROR] Error fetching plate reads: error: column pr.image_path does not exist
1/21/2025, 2:41:30 PM [INFO] GET /live_feed
1/21/2025, 2:41:30 PM [INFO] POST /api/verify-session
1/21/2025, 2:41:30 PM [INFO] Fetching latest plate reads
1/21/2025, 2:41:30 PM [INFO] Fetching tags
1/21/2025, 2:56:24 PM [ERROR] Error fetching dashboard metrics: error: column "thumbnail_path" does not exist
There was another docker update yesterday/today and the dashboard and live feed is empty at me following the update. No new plates are getting recorded either.
Does anyone has an idea how to downgrade the docker (I mean what shall I pull instead of :latest)?
This is exactly what happened. Sorry about that! I pushed an image to test myself on another computer and didn't push the code to github.It seems I’ve received a version that already includes the new image handling rewrite, but it’s not yet complete?!
This is correct. The reason I update it is just for completeness. You do not need to have it in order to update.The schema.sql file is only used during the initial database creation, right?
The migration is failingThis is exactly what happened. Sorry about that! I pushed an image to test myself on another computer and didn't push the code to github.
This is correct. The reason I update it is just for completeness. You do not need to have it in order to update.
I just pushed it and merged some other things too. Fully on new image storage now and the database got so much faster. Changes were made to the compose file and the migrations file. You will also need to create a new directory called "storage" in the same place as your config and auth folders. This is where the JPEGs will be stored from now on. You will notice a little yellow question mark in the bottom corner with a temporary explanation. There are links to tools that will automatically convert your existing data in that page.
I'm seeing the same thing.The migration is failing
Same thing for meIt appears to create the sub directories and then stops.
It appears to be processing images now. Not sure how long it will take to process 30K + files.if someone could try it again and share what happens, that would be very helpful.
Probably like 5-10 minutes depending on your hardware. Shouldn’t be super long. Hopefully it doesn’t time out or anything.It appears to be processing images now. Not sure how long it will take to process 30K + files.