From ee2983cb8d0bfdbe49ad64997bfdf08addf48cd0 Mon Sep 17 00:00:00 2001 From: scott Date: Tue, 20 Aug 2019 11:05:07 -0600 Subject: [PATCH] update updating.md --- UPDATING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/UPDATING.md b/UPDATING.md index 2d7352ed9..91553825b 100644 --- a/UPDATING.md +++ b/UPDATING.md @@ -21,6 +21,15 @@ Whether you run the open source community edition or the cloud edition, start by 4. Restart the webserver. +### Helpy Pro Edition + +Helpy Pro is a packaged version, which greatly simplifies the process of updating. Note that updated versions typically are not avaiable to Pro until several days after the community edition release. Update using the apt package manager: + +1. `sudo apt-get update` +2. `sudo apt-get upgrade` +3. `sudo helpy run db:migrate` +4. `sudo helpy restart` + ### Cloud Edition If you are running the cloud edition, perform the following additional steps: