Error processing request: error: there is no unique or exclusion constraint matching the ON CONFLICT specification #55
Replies: 3 comments 16 replies
|
I had the same issue with new docker install, but managed to solve it by adding unique index to plate_number column in plates table and also adding a sequence to id column in plate_reads table. |
|
Try the following, works on Linux, should be pretty similar in Windows |
|
I misled you, you need the shell of the postgres docker, not the alpr-dashboard one. The command should be: |
Uh oh!
There was an error while loading. Please reload this page.
Seems like everything is working except the data being added to the database. The App receives and saves the image. Not sure what I'm doing wrong I followed the install instructions exactly. I can see the images being saved in the ALPR folder.
All reactions