Lock failed: integrity violation

I have setup the self-managed boundary oss on aws using
reference architecture repo
the repo provides a shell script install.sh having this command to initialize database

sudo /usr/local/bin/boundary database init -skip-auth-method-creation -skip-host-resources-creation -skip-scopes-creation -skip-target-creation -config /etc/boundary-controller.hcl || true

boundary is unable to get a lock on table

{“id”:“Tmx8qcmlda”,“source”:“https://hashicorp.com/boundary/ip-10-0-0-30/boundary-database-init",“specversion”:“1.0”,“type”:“error”,“data”:{“error”:"schema.(Manager).ExclusiveLock: postgres.(Postgres).TryLock: Lock failed: integrity violation: error #2001”,“error_fields”:{“Code”:2001,“Msg”:“”,“Op”:“schema.(Manager).ExclusiveLock”,“Wrapped”:{“Code”:2001,“Msg”:“Lock failed”,“Op”:“postgres.(Postgres).TryLock”,“Wrapped”:null}},“id”:“e_NyLaryS2SZ”,“version”:“v0.1”,“op”:“schema.(Manager).ExclusiveLock”},“datacontentype”:“application/cloudevents”,“time”:“2023-07-30T23:31:09.274343294Z”}

What version of Boundary OSS is getting installed there?

it resolved on the latest version of boundary.