You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Backport 2.4][#7651] YSQL: Always listen on UNIX domain socket
Summary:
Right now YSQL only listens on the UNIX domain socket depending on the value of ysql_disable_index_backfill gflag. YW depends on YSQL always listening on this for taking YSQL backups when YSQL authentication is enabled.
The change needed is to always be listening on a UNIX domain socket regardless of the value of ysql_disable_index_backfill
Original revision: D10921
Original commit: 63b3462
Test Plan:
Jenkins: rebase: 2.4
Build release, deploy it, enable YSQL auth, connect using local socket, disable index
backfill, connect using local socket
Reviewers: jason
Reviewed By: jason
Differential Revision: https://phabricator.dev.yugabyte.com/D11610
0 commit comments