Skip to content

TimescaleDB 凭据#

¥TimescaleDB credentials

你可以使用以下凭据验证以下节点:

¥You can use these credentials to authenticate the following nodes:

先决条件#

¥Prerequisites

可用的 TimescaleDB 实例。

¥An available instance of TimescaleDB.

支持的身份验证方法#

¥Supported authentication methods

  • 数据库连接

¥Database connection

相关资源#

¥Related resources

请参阅 Timescale 文档,了解更多关于服务的信息。

¥Refer to the Timescale documentation for more information about the service.

使用数据库连接#

¥Using database connection

要配置此凭据,你需要:

¥To configure this credential, you'll need:

  • 主机:你的 TimescaleDB 服务器的完全限定服务器名称或 IP 地址。

¥The Host: The fully qualified server name or IP address of your TimescaleDB server.

  • 数据库:要连接的数据库的名称。

¥The Database: The name of the database to connect to.

  • 用户:你要用于登录的用户名。

¥A User: The user name you want to log in with.

  • 密码:输入你要连接的数据库用户的密码。

¥A Password: Enter the password for the database user you are connecting to.

  • 忽略 SSL 问题:如果启用,即使 SSL 证书验证失败,n8n 也会连接,并且你将看不到 SSL 选择器。

¥Ignore SSL Issues: If turned on, n8n will connect even if SSL certificate validation fails and you won't see the SSL selector.

  • SSL:此设置控制连接的 ssl-mode 连接字符串。选项包括:

¥SSL: This setting controls the ssl-mode connection string for the connection. Options include:

  • 允许:将 ssl-mode 参数设置为 allow。首先尝试非 SSL 连接;如果失败,请尝试 SSL 连接。

    ¥Allow: Sets the ssl-mode parameter to allow. First try a non-SSL connection; if that fails, try an SSL connection.

  • 禁用:将 ssl-mode 参数设置为 disable。仅尝试非 SSL 连接。

    ¥Disable: Sets the ssl-mode parameter to disable. Only try a non-SSL connection.

  • 必填:将 ssl-mode 参数设置为 require,这是 TimescaleDB 连接字符串的默认值。仅尝试 SSL 连接。如果存在根 CA 文件,请验证服务器证书是否由受信任的证书颁发机构 (CA) 颁发。

    ¥Require: Sets the ssl-mode parameter to require, which is the default for TimescaleDB connection strings. Only try an SSL connection. If a root CA file is present, verify that a trusted certificate authority (CA) issued the server certificate.

  • 端口:TimescaleDB 服务器的端口号。

¥Port: The port number of the TimescaleDB server.

请参阅 Timescale 连接设置文档,了解更多关于非 SSL 字段的信息。有关 SSL 选项的更多信息,请参阅 使用更严格的 SSL 连接

¥Refer to the Timescale connection settings documentation for more information about the non-SSL fields. Refer to Connect with a stricter SSL for more information about the SSL options.