版本:postgresql 14 和 citus 10.2
当我执行
select rebalance_table_shards('tbl_name');
在 CN 节点中,postgresql 给出错误消息:错误:连接到远程节点 localhost:5432 失败并出现以下错误:fe_sendauth:未提供密码
需要添加哪些配置?
- 所有节点的防火墙都被禁用。
- 所有节点的 pg_hba.conf 中的 local 和 ipv4 行都已设置为 trust。
谢谢!
版本:postgresql 14 和 citus 10.2
当我执行
select rebalance_table_shards('tbl_name');
在 CN 节点中,postgresql 给出错误消息:错误:连接到远程节点 localhost:5432 失败并出现以下错误:fe_sendauth:未提供密码
需要添加哪些配置?
谢谢!
重新平衡器连接到本地主机,您似乎不允许在没有密码的情况下在 pg_hba.conf 中这样做。有几种方法可以解决这个问题: