Turbine On-Prem Release Notes
Turbine On-Prem 25.3.0 Release...
Known Issues
1 min
issue attachments not linked in correlation in turbine platform (tp), the attachment correlation functionality is not working as expected when correlation is configured for attachments in an application, the attachments are not being linked or correlated across records steps connect to the environment ssh i ttl environments pem \<user>@\<ip address> replace \<user> with the appropriate username (e g , ec2 user) and \<ip address> with the environment’s ip address install prerequisites apt get update && apt get install y cmake postgresql server dev 14 replace 14 with your postgresql version if different clone the repository with submodules git clone recursive https //github com/malwaredb/tlsh pg git cd tlsh pg build the tlsh library cd tlsh / make sh cd build the postgresql extension mkdir build && cd build cmake dcmake build type=release make install the shared library find postgresql’s lib directory pg config pkglibdir and copy the resulting so file (for example, tlsh psql so ) into that directory register the function in the database connect to your db (as superuser or schema owner) psql dbname register the function in query tool if it exists or execute the step in a terminal create or replace function public tlsh compare(text, text) returns integer as '/usr/lib/postgresql/14/lib/tlsh psql so', 'pg tlsh compare' language c; note the library path ( /usr/lib/postgresql/14/lib/tlsh psql so ) may vary depending on your postgresql installation update the path as needed test the function select tlsh compare('t14814b64d364febfd624eaf8998ab8d5d4a5b0022bf00e5b65420eb704ce9d067543ed','t18784fa0392966e7fc9d6eff816bba4e5d562fc504bf0093b75404e3518ca9d0ab393e8'); expected result 233 for a detailed list of known issues in turbine 25 3 0 release, see known issues docid 0xprvihhjgpsjfdkhx7ls