Skip to content

Commit

Permalink
Add documentation for upgrading servers
Browse files Browse the repository at this point in the history
  • Loading branch information
jwsi committed Apr 26, 2020
1 parent 3018b1f commit 55a38d0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions source/servers/upgrading.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
Upgrading
=========

Upgrading UH VPN Server software is simple and is done via the apt package manager on Ubuntu.
It is worth noting that this operation will restart all VPN servers in operation on the machine,
having the effect of disconnecting all connected clients which will then subsequently reconnect
after a period of around one minute.

The first step is to update the package archives:

.. code-block:: bash
$> sudo apt-get update
To upgrade just UH VPN Server software issue the command:

.. code-block:: bash
$> sudo apt-get install uh-vpn-server
This will install any updates for the uh-vpn-server service or alert you if you are already
on the latest version.

**Alternatively**, UH VPN Server software is also upgradeable via the command:

.. code-block:: bash
$> sudo apt-get upgrade
However, doing so upgrades other packages already installed on the system.

0 comments on commit 55a38d0

Please sign in to comment.