Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Can not running postinstall #6986

@thang86

Description

@thang86

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questiona request for information or explanation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions