Skip to content

Commit

Permalink
Stop dynflow in when performing upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Mar 9, 2021
1 parent 662f740 commit f2fac59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _includes/manuals/2.4/3.6_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ Before proceeding, it is necessary to shutdown the Foreman instance.
</div>
<div class="upgrade_os upgrade_os_el7 upgrade_os_el8">
{% highlight bash %}
systemctl stop httpd foreman.service foreman.socket
systemctl stop httpd foreman.service foreman.socket dynflow\*
{% endhighlight %}
</div>
<div class="upgrade_os upgrade_os_debian10 upgrade_os_ubuntu1804">
{% highlight bash %}
systemctl stop apache foreman.service foreman.socket
systemctl stop apache foreman.service foreman.socket dynflow\*
{% endhighlight %}
</div>

Expand Down
4 changes: 2 additions & 2 deletions _includes/manuals/nightly/3.6_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ Before proceeding, it is necessary to shutdown the Foreman instance.
</div>
<div class="upgrade_os upgrade_os_el7 upgrade_os_el8">
{% highlight bash %}
systemctl stop httpd foreman.service foreman.socket
systemctl stop httpd foreman.service foreman.socket dynflow\*
{% endhighlight %}
</div>
<div class="upgrade_os upgrade_os_debian10 upgrade_os_ubuntu1804">
{% highlight bash %}
systemctl stop apache foreman.service foreman.socket
systemctl stop apache foreman.service foreman.socket dynflow\*
{% endhighlight %}
</div>

Expand Down

0 comments on commit f2fac59

Please sign in to comment.