当前位置:论坛首页 > BUG提交 > Linux面板

【待反馈】pgsql 管理器配置编辑器问题

发表在 BUG提交2024-3-21 17:56 [复制链接] 1 265

版本:8.0.58

问题1:无法保存数据。点击保存控制台报错
  1. VM312:451 Uncaught TypeError: _this.config_user_code.getValue is not a function
  2.     at HTMLButtonElement.eval (eval at globalEval (jquery-2.2.4.min.js:2:2640), <anonymous>:451:68)
  3.     at HTMLButtonElement.dispatch (jquery-2.2.4.min.js:3:7537)
  4.     at r.handle (jquery-2.2.4.min.js:3:5620)
复制代码


问题2:配置不同步
管理器中的认证配置:

  1. # "local" is for Unix domain socket connections only
  2. local   all             all                                     trust
  3. host    all             all             116.xx.xx.xx/32       password
  4. # IPv4 local connections:
  5. host    all             all             127.0.0.1/32            trust
  6. # IPv6 local connections:
  7. host    all             all             ::1/128                 trust
  8. # Allow replication connections from localhost, by a user with the
  9. # replication privilege.
  10. local   replication     all                                     trust
  11. host    replication     all             127.0.0.1/32            trust
  12. host    replication     all             ::1/128                 trust

  13. host    xx  xx    0.0.0.0/0    md5
复制代码


/www/server/pgsql/data/pg_hba.conf 中的配置:
  1. # "local" is for Unix domain socket connections only
  2. local   all             all                                     trust
  3. # IPv4 local connections:
  4. host    all             all             127.0.0.1/32            trust
  5. host    all             all             0.0.0.0/0        password
  6. # IPv6 local connections:
  7. host    all             all             ::1/128                 trust
  8. # Allow replication connections from localhost, by a user with the
  9. # replication privilege.
  10. local   replication     all                                     trust
  11. host    replication     all             127.0.0.1/32            trust
  12. host    replication     all             ::1/128                 trust
复制代码





使用道具 举报 只看该作者 回复
发表于 2024-4-17 10:24:20 | 显示全部楼层
第一个问题是bug,之前已经记录了
第二个未复现,修改配置文件后,可以重启一下pgsql
使用道具 举报 回复 支持 反对
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

企业版年付运维跟进群

普通问题处理

论坛响应时间:72小时

问题处理方式:排队(仅解答)

工作时间:白班:9:00 - 18:00

紧急问题处理

论坛响应时间:10分钟

问题处理方式:1对1处理(优先)

工作时间:白班:9:00 - 18:00

工作时间:晚班:18:00 - 24:00

立即付费处理

工作时间:09:00至24:00

快速回复 返回顶部 返回列表