Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
/ pulp Public archive

1080609 - pulp-manage-db now ensures the admin. #905

Merged
merged 1 commit into from
Apr 21, 2014
Merged

Commits on Apr 17, 2014

  1. 1080609 - pulp-manage-db now ensures the admin.

    The webserver used to create the admin role and user if it didn't exist
    upon startup. Once Pulp started to be deployed to multiple processes,
    this caused a uniqueness constraint to be raised during the first
    startup of Apache, as each process raced to create the admin user
    simultaneously.
    
    This commit moves the admin role and user creation into the
    pulp-manage-db script.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1080609
    Randy Barlow committed Apr 17, 2014
    Configuration menu
    Copy the full SHA
    8ace3d6 View commit details
    Browse the repository at this point in the history