Hello Team,
Currently, I have installed boundary controller and postgres on the same linux redhat vm. I can connect to the postgresql database via psql.
while running boundary database init, it is trying to create some resources such as pgcrypto which was not there in previously, I had to install this modoule manually in the databse. but after installing pgcrypto, it is still failing on creating trigger on session_connection_state: "unknown error #0: ERROR: syntax error at or near “function” (SQLSTATE 42601).
I am using poostgres version 10.23 and community edition boundary controller binaries version 0.14.3
We track supported Postgres versions - hence we support Postgres 12 or higher. The need for pgcrypto is documented with our installation docs. If you think something on that page is not clear you can hit Edit at the bottom and send us a PR to fix it…we’d love it!