Connect to your cluster using DBeaver
Note
You can find all of the parameters you need to connect on the portal by selecting the name of your cluster on the Clusters page and then selecting the Connect tab.
Launch DBeaver.
To open the Connect to a database dialog box, on the toolbar, select New Database Connection.
Select PostgreSQL and select Next.
You might be prompted to download the PostgreSQL JDBC driver.
On the Main tab:
- Enter your cluster's hostname in the Host field.
- Enter
edb_admin
in the Database field. - Enter
edb_admin
in the Username field. - Enter your cluster's password in the Password field.
On the SSL tab:
- Select the Use SSL check box.
- For the SSL mode: field, select require.
On the PostgreSQL tab, select the Show all databases check box.
To verify that DBeaver can connect to your cluster, select Test connection.
To save the connection, select Finish.
Next steps
Further reading
Connecting to your cluster in the full version documentation.
- On this page
- Next steps
- Further reading