<div dir="ltr">Hello,<div>We noticed the constraint in </div><div>   utils/kamctl/postgres/usrloc-create.sql<br></div><div>is broken, causing only 1 user location ever to be saved because server_id is always 1 and connection_id is always -1</div><div><br></div><div>We had to remove the constraint to fix the issue.</div><div>This is the specific line inside the CREATE TABLE</div><div><br></div><div>    CONSTRAINT location_connection_idx UNIQUE (server_id, connection_id)<br></div><div><br></div><div>Thanks,</div><div>Emmanuel</div></div>