Skip to content

PostgreSQL

When adding a PostgreSQL connection in Tracelake, you’ll need to provide the following information:

ParameterTypeRequiredDescriptionExample
HostStringYesPostgreSQL server hostname or IP addresspostgresql.example.com
PortIntegerNoPostgreSQL server port (default: 5432)5432
UsernameStringYesDatabase username for authenticationpostgres
PasswordPasswordYesDatabase password for authentication********
DatabaseStringNoDatabase name (optional, connects to default database if not specified)mydatabase