From 66dbb010f3f9e6ccc27c903d3ce9c7c0f4c31211 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 9 Mar 2021 14:14:28 +0100 Subject: [PATCH] Stop dynflow in when performing upgrades --- _includes/manuals/2.4/3.6_upgrade.md | 4 ++-- _includes/manuals/nightly/3.6_upgrade.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_includes/manuals/2.4/3.6_upgrade.md b/_includes/manuals/2.4/3.6_upgrade.md index 3464950be6..47d12dbb00 100644 --- a/_includes/manuals/2.4/3.6_upgrade.md +++ b/_includes/manuals/2.4/3.6_upgrade.md @@ -59,12 +59,12 @@ Before proceeding, it is necessary to shutdown the Foreman instance.
{% highlight bash %} -systemctl stop httpd foreman.service foreman.socket +systemctl stop httpd foreman.service foreman.socket dynflow\* {% endhighlight %}
{% highlight bash %} -systemctl stop apache foreman.service foreman.socket +systemctl stop apache foreman.service foreman.socket dynflow\* {% endhighlight %}
diff --git a/_includes/manuals/nightly/3.6_upgrade.md b/_includes/manuals/nightly/3.6_upgrade.md index 3464950be6..47d12dbb00 100644 --- a/_includes/manuals/nightly/3.6_upgrade.md +++ b/_includes/manuals/nightly/3.6_upgrade.md @@ -59,12 +59,12 @@ Before proceeding, it is necessary to shutdown the Foreman instance.
{% highlight bash %} -systemctl stop httpd foreman.service foreman.socket +systemctl stop httpd foreman.service foreman.socket dynflow\* {% endhighlight %}
{% highlight bash %} -systemctl stop apache foreman.service foreman.socket +systemctl stop apache foreman.service foreman.socket dynflow\* {% endhighlight %}