← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~jugmac00/launchpad:add-how-to-restart-services-on-dogfood into launchpad:master

 

Jürgen Gmach has proposed merging ~jugmac00/launchpad:add-how-to-restart-services-on-dogfood into launchpad:master.

Commit message:
Add how-to restart services on dogfood

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/launchpad/+git/launchpad/+merge/425249
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~jugmac00/launchpad:add-how-to-restart-services-on-dogfood into launchpad:master.
diff --git a/doc/how-to/restarting-services-on-dogfood.rst b/doc/how-to/restarting-services-on-dogfood.rst
new file mode 100644
index 0000000..9c091fc
--- /dev/null
+++ b/doc/how-to/restarting-services-on-dogfood.rst
@@ -0,0 +1,15 @@
+==============================
+Restarting services on Dogfood
+==============================
+
+When applying manual changes, it may be necessary to restart services.
+
+Instead of :doc:`restarting all services <resurrect-dogfood>`, it is much
+faster to restart individual services.
+
+Restarting launchpad-buildd
+===========================
+
+.. code-block:: bash
+
+    launchpad@labbu:~$ /srv/launchpad.net/buildd-manager restart
diff --git a/doc/index.rst b/doc/index.rst
index 85cd326..a8ed702 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -36,6 +36,7 @@ How-to Guides
    how-to/apply-schema-changes
    how-to/use-updated-dependency
    how-to/resurrect-dogfood
+   how-to/restarting-services-on-dogfood
    how-to/preserve-query-count
    how-to/land-update-for-loggerhead
    how-to/update-configuration-for-testing