#231 fix docs to stop old daemon and start new backend worker
This commit is contained in:
1
Changes
1
Changes
@@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* #231 fix docs to stop old daemon and start new backend worker
|
||||||
* #320 DNS subroutines are redefined
|
* #320 DNS subroutines are redefined
|
||||||
* #318 ACLs with RegExp are very slow - aggressive resolver timeouts
|
* #318 ACLs with RegExp are very slow - aggressive resolver timeouts
|
||||||
* #317 #265 #311 when renumbering on discover, delete likely duplicate devices
|
* #317 #265 #311 when renumbering on discover, delete likely duplicate devices
|
||||||
|
|||||||
@@ -219,7 +219,8 @@ run for each installation:
|
|||||||
# restart web service (if you run it)
|
# restart web service (if you run it)
|
||||||
~/bin/netdisco-web restart
|
~/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
|
~/bin/netdisco-backend restart
|
||||||
|
|
||||||
=head1 Tips and Tricks
|
=head1 Tips and Tricks
|
||||||
|
|||||||
@@ -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:
|
names to remain consistent with documentation. Run the following on upgrade:
|
||||||
|
|
||||||
ln -s ~/perl5/bin/{localenv,netdisco-*} ~/bin/
|
ln -s ~/perl5/bin/{localenv,netdisco-*} ~/bin/
|
||||||
|
~/bin/netdisco-daemon stop
|
||||||
|
~/bin/netdisco-backend restart
|
||||||
|
|
||||||
=item *
|
=item *
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user