diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 19:16:29 +0700 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-04-02 19:16:29 +0700 |
commit | 9e0567ec5237fc7a2ba37f5291962f3c58fd21f8 (patch) | |
tree | 6caabbf049051d3725662eb765013ee9b844f0cc /docs/admin/updating.md | |
parent | 484162c18774ff28842a517ae0afcaaf824e12bf (diff) | |
parent | bd961a3badaf7aa7ffc97ab92a6b04367d1c514b (diff) | |
download | pleroma-9e0567ec5237fc7a2ba37f5291962f3c58fd21f8.tar.gz |
Merge develop into feature/770-add-emoji-tags
Diffstat (limited to 'docs/admin/updating.md')
-rw-r--r-- | docs/admin/updating.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/admin/updating.md b/docs/admin/updating.md index 33ce1ab4f..84e6ef18d 100644 --- a/docs/admin/updating.md +++ b/docs/admin/updating.md @@ -1,9 +1,9 @@ # Updating your instance -1. Stop the Pleroma service. -2. Go to the working directory of Pleroma (default is `/opt/pleroma`) -3. Run `git pull`. This pulls the latest changes from upstream. -4. Run `mix deps.get`. This pulls in any new dependencies. +1. Go to the working directory of Pleroma (default is `/opt/pleroma`) +2. Run `git pull`. This pulls the latest changes from upstream. +3. Run `mix deps.get`. This pulls in any new dependencies. +4. Stop the Pleroma service. 5. Run `mix ecto.migrate`[^1]. This task performs database migrations, if there were any. -6. Restart the Pleroma service. +6. Start the Pleroma service. [^1]: Prefix with `MIX_ENV=prod` to run it using the production config file. |