Skip to main content
To connect to , , or , you need at least the following:
  • Hostname
  • Port
  • Username
  • Password
  • Database name
Find the connection details based on your deployment type:
  • Tiger Cloud
  • Self-hosted TimescaleDB
  • Managed Service for TimescaleDB

Connect to your

Retrieve the connection details for your :
  • In <service name>-credentials.txt: All connection details are supplied in the configuration file you download when you create a new .
  • In : Open the Services page and select your . The connection details, except the password, are available in Service info > Connection info > More details. If necessary, click Forgot your password? to get a new one. SERVICE_LONG connection details

Find your and ID

To retrieve the connection details for your and :
  1. Retrieve your ID: In , click your name in the upper left corner, then click Copy next to the ID. Retrive the PROJECT_SHORT id in CONSOLE
  2. Retrieve your ID: Click the dots next to the , then click Copy next to the ID. Retrive the SERVICE_SHORT id in CONSOLE

Create client credentials

You use client credentials to obtain access tokens outside of the user context.To retrieve the connection details for your for programmatic usage such as Terraform or the REST API:
  1. Open the settings for your : In , click your name in the upper left corner, then click {PROJECT_SHORT_CAP} settings.
  2. Create client credentials:
    1. Click Create credentials, then copy Public key and Secret key locally. Create client credentials in CONSOLE This is the only time you see the Secret key. After this, only the Public key is visible in this page.
    2. Click Done.