[ 
https://issues.apache.org/jira/browse/AMBARI-22881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sandor Molnar resolved AMBARI-22881.
------------------------------------
    Resolution: Fixed

> Missing user_authentication_id_seq in ambari_sequences table upon upgrade
> -------------------------------------------------------------------------
>
>                 Key: AMBARI-22881
>                 URL: https://issues.apache.org/jira/browse/AMBARI-22881
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.7.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Critical
>              Labels: pull-request-available
>             Fix For: 2.7.0
>
>          Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Missing user_authentication_id_seq in ambari_sequences table upon upgrade.
> The missing sequence should be added using a value greater than the largestĀ 
> {{user_authentication.user_authentication_id}}. For example:
> {code:sql}
> insert into ambari_sequences (sequence_name, sequence_value) 
>   select 'user_authentication_id_seq', max(user_authentication_id) + 1 from 
> user_authentication;{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to