Upgrade NGINX Web Server with NO Downtime
-
Much taaa to you, Andy.
.. appreciated, Sir.
Posted 2 years ago # -
I followed this guide and it worked flawlessly. The only thing I would suggest is for the ps aux part, maybe do a grep like ps aux | grep "nginx" but aside from that, this guide is awesome and essential.
Posted 2 years ago # -
big cheers OSB .. you're right, why complicate it? .. must amend that!
Posted 2 years ago # -
Thanks Guv, worked flawlessly.
Out of interest, is there any difference between
sudo -i
and
su
?
Posted 2 years ago # -
Just bit the bullet Guv and followed the instructions word for word and am upto date with 0 downtime - top marks again!
Posted 2 years ago # -
good to hear those flawless comments, splendid.
~~
sudo means "do as Super User"
and
su means "switch user"
.. so to change to root you could also:-
sudo su rootPosted 2 years ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
