将tableau连接到bitnami django stack postgres数据库

时间:2018-04-06 11:56:50

标签: postgresql google-compute-engine tableau bitnami

我正在尝试将tableau连接到bitnam django堆栈,该堆栈使用postgres数据库托管在GCP实例上(包含在bitnami django堆栈中)。

我试图将画面连接到我的postgres以获得更好的分析。

我已经尝试连接到本地开发系统,这对我来说很好,但是当我尝试服务器时它给了我以下错误

could not connect to server: Connection timed out (0x0000274C/10060) 
Is the server running on host "xxx.xxx.xxx.xx" and accepting TCP/IP connections on port xxxx?

想要为特定连接打开mydatabase。

1 个答案:

答案 0 :(得分:1)

Bitnami工程师在这里。

默认情况下,无法通过公共IP地址访问此解决方案中节点的数据库端口。因此,您只能从运行在同一网络中的计算机连接到数据库节点。出于安全原因,我们不建议通过公共IP地址访问数据库端口。如果必须通过公共IP地址访问它,我们建议使用防火墙规则限制对受信任的源IP地址列表的访问。

您需要转到Google信息中心,创建新防火墙并将该防火墙分配给Google的实例。

https://docs.bitnami.com/google/components/postgresql/#how-to-connect-to-postgresql-from-a-different-machine

我希望这有帮助, 条田