我在CitusDB 中使用caravel,但在连接到数据库节点时遇到问题。坦率地说,我不知道该怎么做。
我按照官方安装说明安装并运行。
psql
我可以使用脚本登录到正在运行的主机,/opt/citusdb/4.0/bin
但我无法从应用程序连接到它。Flask-SQLAlchemy 支持 postgresql 方言和驱动程序,运行的服务器似乎在 5432 端口上。我正在尝试使用psycopg2
.
我已经关闭了该postgresql
服务,因为这会干扰主节点的启动。
这是错误:
2016-04-28 10:10:53,487:ERROR:flask_appbuilder.security.sqla.manager:DB Creation and initialization failed: (psycopg2.OperationalError) could not connect to server: No such file or directory
Is the server running locally and accepting
connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?