From 2c409687d5ecdb482b845c4d1e81802d016dabaa Mon Sep 17 00:00:00 2001 From: Christian Genco Date: Mon, 28 Mar 2016 21:09:37 -0500 Subject: [PATCH] Update upgrading.md --- docs/upgrading.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/upgrading.md b/docs/upgrading.md index b1a2565fe..6448c36ed 100644 --- a/docs/upgrading.md +++ b/docs/upgrading.md @@ -12,6 +12,10 @@ Migration guides contain information regarding the new features introduced in ea ## General Information +Upgrading is not advised on running apps. Stop them before with `dokku ps:stop `. + +Before using `apt-get install`, run `apt-get update` to download the latest packages. + If dokku was installed via a debian package, you can upgrade dokku via the following command: ```shell @@ -37,7 +41,7 @@ sudo DOKKU_BRANCH=master make install sudo make install ``` -All changes will take effect upon next application deployment. To trigger a rebuild of every application, simply run the following command: +All changes will take effect upon next application deployment. To trigger a rebuild and restart every application, simply run the following command: ```shell dokku ps:rebuildall