Skip to content

Give services longer to stop before starting again

Ash McKenzie requested to merge 1305-unable-to-restart-postgresql-in-gitpod into main

What does this Merge Request do and why?

This MR attempts to solve an issue that's affecting Gitpod users running the GDK. When running gdk restart, the postgresql service fails to stop and therefore doesn't start back up, causing GitLab to be inaccessible.

I've tested this diff on a Gitpod instance and ran gdk restart several times with success.

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Closes #1305 (closed)

Merge request reports