Can you try running the migration manually like @hopalong did?I've done this:
md5:Bash:root@alpr:/opt/ALPR_Database# docker compose down [+] Running 3/3 ✔ Container alpr_database-app-1 Removed 1.2s ✔ Container alpr_database-db-1 Removed 11.2s ✔ Network alpr_database_default Removed 0.3s root@alpr:/opt/ALPR_Database# docker compose pull [+] Pulling 2/2 ✔ db Pulled 0.8s ✔ app Pulled 0.8s root@alpr:/opt/ALPR_Database# docker compose up -d [+] Running 3/3 ✔ Network alpr_database_default Created 0.1s ✔ Container alpr_database-db-1 Started 1.8s ✔ Container alpr_database-app-1 Started 2.4s root@alpr:/opt/ALPR_Database#
root@alpr:/opt/ALPR_Database# md5sum *.sql
68299a0cc953f95cf27525b3c3023d41 migrations.sql
9caab0fb987b904a13f3e325f5fa5fbe schema.sql
And still have the No Stream 500 response. Not one plate has be successful in posting to the app. Is it possible this is because I'm a fresh install and not an update? Some issue that hasn't been caught with most people doing updates? If not, I've done two fresh installs, one on my Windows BI machine and this one on a separate linux VM, both showing the same error which points me to BI. But I have no idea where to look. I've reduced the recorded images to as small and poor as they go and still see the error. Any ideas of other places to look would be great as I really want this to work.
Cheers.
UPDATE
So I re-downloaded the migrations.sql and schema.sql from git. Then ran in the postgres consolepsql -U postgres -d postgres -f /migrations/migrations.sql
, rebooted the container and now ALPR seems to be showing old records:
Yes, this is the only way to do it on unRAID. The update.sh script won’t work. If the database tables have changed, you’ll always need to run migrations.sql manually from the console.
What I usually do is check on GitHub before updating to see if migrations.sql has changed. If it has, I run Db update on the above way.
Also, what do you see in your ALPR DB log (second to last icon)? Are you still seeing database errors?