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
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
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