Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix debian db migrations and service restarts #7224

Merged
merged 3 commits into from Nov 4, 2021

Commits on Nov 4, 2021

  1. fix dh_systemd_* invocations

    - dynflow-sidekiq@orchestrator and dynflow-sidekiq@worker don't exist
      inside the package, so starting/enabling them is not possible
    - template services can't be started or enabled, so let's not call
      dh_systemd_enable for dynflow-sidekiq@
    - dh_systemd_start doesn't use --name, so calling it twice
      (foreman.service, foreman.socket) actually makes the services being
      restarted twice
    evgeni committed Nov 4, 2021
    Copy the full SHA
    f12013a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c3140ba View commit details
    Browse the repository at this point in the history
  3. changelog entries

    evgeni committed Nov 4, 2021
    Copy the full SHA
    ce28c3c View commit details
    Browse the repository at this point in the history