Skip to content

Update Connect_to_Database_Console_via_Teleport.md

Bishwa Hang Rai requested to merge bhrai-master-patch-14178 into master

Update Connect_to_Database_Console_via_Teleport.md

This doc adds a section to debug "psql: error: SSL SYSCALL error". This happens when the postgres is installed via asdf.

The document describes how to connect to a database console via Teleport. It includes a fix for an error that may occur when using psql installed via asdf. The fix involves replacing the ~/.asdf/shims/psql path with the homebrew /opt/homebrew/Cellar/postgresql@14/14.11_1/bin/psql path. The document also provides an example of the full command that can be used to connect to the database console.

Merge request reports