Skip to content
Snippets Groups Projects
  1. Jul 02, 2021
  2. Jun 30, 2021
  3. Jul 02, 2021
  4. Jun 29, 2021
  5. Jul 02, 2021
  6. Jul 01, 2021
  7. Jun 30, 2021
  8. Jun 21, 2021
  9. Jun 30, 2021
  10. Jun 29, 2021
  11. Jun 22, 2021
  12. Jun 29, 2021
  13. Jun 28, 2021
  14. Jun 22, 2021
    • Stan Hu's avatar
      Centralize enabling and disabling of crond · 1d070e91c4c9
      Stan Hu authored
      Prior to GitLab 13.5, crond was only needed for auto-renewing
      LetsEncrypt certificates. If the auto-renew functionality were disabled,
      the LetsEncrypt recipe would deactivate crond.
      
      GitLab 13.5 introduced an automatic database reindexing task via
      https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/4602. This
      removed the automatic disabling of crond.
      
      As a result, users upgrading prior to GitLab 13.2 may find that the
      crond remains activated with a stale config file, preventing the process
      from starting up due to argument errors. This config file would only be
      updated if one of the above features were activated.
      
      To fix this issue, we centralize the enabling and disabling of crond in
      the default recipe and remove this logic from the other recipes.
      
      Relates to https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5541
      
      Changelog: fixed
      1d070e91c4c9
  15. Jun 28, 2021
  16. Apr 21, 2021
  17. Jun 28, 2021
Loading