Full ALPR Database System for Blue Iris!

This might help.

I am stuck at the first steps..

postgres@blizzard:~$ psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql
psql: error: /docker-entrypoint-initdb.d/schema.sql: No such file or directory


sorry i am somewhat stupid on debian 12
 
Howdy all. Just a quick one

CodeprojectAL installed rocking away fine with plates

Due sql database conflicts I used port 5423, this caused a refuses connection error.
I looked through to many files with my old eyes and going crosseyed LOL

Can I change the port in the ALPR to use port 5423, if yes where can I do it.?

Ubuntu_20.04, Docker Desktop, codeprojectai and alpr on same machine for now

Thank you :)
ALPR_error2.JPG
ALPR_error.JPG
 
Last edited:
Howdy all. Just a quick one

CodeprojectAL installed rocking away fine with plates

Due sql database conflicts I used port 5423, this caused a refuses connection error.
I looked through to many files with my old eyes and going crosseyed LOL

Can I change the port in the ALPR to use port 5423, if yes where can I do it.?

Ubuntu_20.04, Docker Desktop, codeprojectai and alpr on same machine for now

Thank you :)View attachment 224503View attachment 224488

Then run these commands in your docker (the db one, not the app one):
psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/schema.sql
psql -d postgres -U postgres -f /docker-entrypoint-initdb.d/migrations.sql
which may then result in logs like these:
5/1/2025, 3:00:12 PM [ERROR] Error processing request: error: null value in column "plate_number" of relation "plate_reads" violates not-null constraint
 
  • Like
Reactions: SoCal