From 188aa7740c603fe333cb2fa15494605d1f16a168 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 9 Sep 2021 11:04:57 +0200 Subject: [PATCH] Add restart peertube info in upgrade doc --- support/doc/production.md | 1 + 1 file changed, 1 insertion(+) diff --git a/support/doc/production.md b/support/doc/production.md index 81748ae16..790e43f31 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -281,6 +281,7 @@ The password it asks is PeerTube's database user password. ``` $ cd /var/www/peertube/peertube-latest/scripts && sudo -H -u peertube ./upgrade.sh +$ sudo systemctl restart peertube # Or use your OS command to restart PeerTube if you don't use systemd ``` #### Manually