From fa6eac41992c369d4443e44dc7d46db8cc9fd748 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 26 Jun 2017 19:43:09 +0100 Subject: [PATCH] #231 fix docs to stop old daemon and start new backend worker --- Changes | 1 + lib/App/Netdisco.pm | 3 ++- lib/App/Netdisco/Manual/ReleaseNotes.pod | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index d84bf1b9..14d895fe 100644 --- a/Changes +++ b/Changes @@ -10,6 +10,7 @@ [BUG FIXES] + * #231 fix docs to stop old daemon and start new backend worker * #320 DNS subroutines are redefined * #318 ACLs with RegExp are very slow - aggressive resolver timeouts * #317 #265 #311 when renumbering on discover, delete likely duplicate devices diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index c91b248e..2b11d5e5 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -219,7 +219,8 @@ run for each installation: # restart web service (if you run it) ~/bin/netdisco-web restart - # restart job daemon (if you run it) + # stop old daemon and start new backend worker (wherever you run them) + ~/bin/netdisco-daemon stop ~/bin/netdisco-backend restart =head1 Tips and Tricks diff --git a/lib/App/Netdisco/Manual/ReleaseNotes.pod b/lib/App/Netdisco/Manual/ReleaseNotes.pod index 565f1cfc..e2ddabb7 100644 --- a/lib/App/Netdisco/Manual/ReleaseNotes.pod +++ b/lib/App/Netdisco/Manual/ReleaseNotes.pod @@ -91,6 +91,8 @@ The old commands will still work but we recommend packagers to use the new names to remain consistent with documentation. Run the following on upgrade: ln -s ~/perl5/bin/{localenv,netdisco-*} ~/bin/ + ~/bin/netdisco-daemon stop + ~/bin/netdisco-backend restart =item *