From 64128512b2fda952b890e5d83fc0a0a828d8d39c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 15 Feb 2024 16:23:09 +0100 Subject: [PATCH] Add yarn cleanup info after upgrade --- support/doc/production.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/doc/production.md b/support/doc/production.md index 30db453e0..a4854b9b6 100644 --- a/support/doc/production.md +++ b/support/doc/production.md @@ -304,6 +304,8 @@ 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 ``` +You may want to run `sudo -u peertube yarn cache clean` after several upgrades to free up disk space. +
Prefer manual upgrade?