You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/04/14 15:01:41 UTC

[jira] [Commented] (TC-233) db/admin.pl needs updating to manage the postgres superuser

    [ https://issues.apache.org/jira/browse/TC-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15969112#comment-15969112 ] 

ASF GitHub Bot commented on TC-233:
-----------------------------------

Github user dangogh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafficcontrol/pull/467#discussion_r111583451
  
    --- Diff: traffic_ops/app/db/admin.pl ---
    @@ -29,23 +29,44 @@
     use YAML qw(LoadFile);
     use DBIx::Class::Schema::Loader qw/make_schema_at/;
     
    +use Env;
    +use Env qw(HOME);
    --- End diff --
    
    is it worth bringing in this module for a single env var?


> db/admin.pl needs updating to manage the postgres superuser
> -----------------------------------------------------------
>
>                 Key: TC-233
>                 URL: https://issues.apache.org/jira/browse/TC-233
>             Project: Traffic Control
>          Issue Type: Improvement
>          Components: Traffic Ops
>            Reporter: Dewayne Richardson
>             Fix For: 2.0.0
>
>
> The admin.pl with Postgres needed to be updated to support the 'postgres' user and 'traffic_ops' users according to privileges.  This is needed to support the 'postinstall' script so that the TrafficOps rpm can be installed properly.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)