Skip to content

Docs - Stop Puma when downgrading

Anton Smith requested to merge docs/stop-puma-when-downgrading into master

What does this MR do?

If Puma is configured instead of Unicorn, then Puma should be stopped before a downgrade operation.

Running sudo gitlab-ctl stop <SERVICE> seems to complete silently if the service doesn't exist, so it should be fine to have stop commands for both Unicorn and Puma in the documentation.

Related issues

Changing the header title?

  • Is it completely necessary to change the title? Changing titles breaks deep linking. If yes, proceed further.
  • Move the old heading title to the bottom of the page.
  • Change the header tag to h5, #####.

Moving docs to a new location?

  • Make sure the old link is not removed and has its contents replaced with a link to the new location.
  • Make sure internal links pointing to the document in question are not broken.

Merge request reports