Error processing request: error: there is no unique or exclusion constraint matching the ON CONFLICT specification #55
Replies: 3 comments 14 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. |
Beta Was this translation helpful? Give feedback.
-
Try the following, works on Linux, should be pretty similar in Windows |
Beta Was this translation helpful? Give feedback.
-
I misled you, you need the shell of the postgres docker, not the alpr-dashboard one. The command should be: |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions