Skip to main content

postgres

sand connectors create postgres

Create a new Postgres connector

sand connectors create postgres [flags]

Examples

$ sand connectors upsert postgres --name="name" --hostname="localhost" --username="user" --password="password" --port="5542" --database="database"

✅ Connector upserted successfully!
Connector ID: cnc-5ab0075c465c8321

Options

      --cluster string    Cluster to associate this connector with
--database string Database to authenticate to Postgres with
-h, --help Help for postgres
--hostname string Hostname to authenticate to Postgres with
--json Return json output
--name string Connector name (required)
--password string Password to authenticate to Postgres with
--port string Port to authenticate to Postgres with
--username string Username to authenticate to Postgres with

SEE ALSO