1
0
Fork 0

Add yarn cleanup info after upgrade

This commit is contained in:
Chocobozzz 2024-02-15 16:23:09 +01:00
parent ef4e7651c1
commit 64128512b2
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -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.
<details>
<summary><strong>Prefer manual upgrade?</strong></summary>