thang86 opened a new issue, #6986: URL: https://github.com/apache/trafficcontrol/issues/6986
When I follow install traffic OPs [root@localhost ~]# /opt/traffic_ops/install/bin/postinstall postinstall requires the postgres user to have superuser access to postgresql. Aborting. but when i bypass check root@localhost ~]# su - postgres psql -w -c 'show is_superuser' su: invalid option -- 'w' Try 'su --help' for more information. and i test [postgres@localhost ~]$ psql -w -c 'show is_superuser' psql: error: fe_sendauth: no password supplied What problem OS Rocky Linux -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
