• Robert Speicher's avatar
    Merge branch 'backup-database-timeout-fix' into 'master' · 1d92669c
    Robert Speicher authored
    Fix timeout issue for rake task gitlab:backup:create
    
    This is a fix for a database timeout which can occur when the backup
    create task is taking very long (1-2 hours).
    It seems that ActiveRecord is loosing the connection after a hour
    idleness and need to be reconnected before use.
    
    See merge request !2757
    1d92669c
manager.rb 5.44 KB