mirror of https://github.com/Chocobozzz/PeerTube
Improve information regarding prune storage script
parent
2feebf3e6a
commit
7089e7b4e5
|
@ -91,6 +91,7 @@ async function askConfirmation () {
|
|||
confirm: {
|
||||
type: 'string',
|
||||
description: 'These following unused files can be deleted, but please check your backups first (bugs happen).' +
|
||||
' Notice PeerTube must have been stopped when your ran this script.' +
|
||||
' Can we delete these files?',
|
||||
default: 'n',
|
||||
required: true
|
||||
|
|
|
@ -198,10 +198,10 @@ $ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production
|
|||
### prune-storage.js
|
||||
|
||||
Some transcoded videos or shutdown at a bad time can leave some unused files on your storage.
|
||||
To delete them (a confirmation will be demanded first):
|
||||
Stop PeerTube and delete these files (a confirmation will be demanded first):
|
||||
|
||||
```
|
||||
$ sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run prune-storage
|
||||
$ sudo systemctl stop peertube && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production npm run prune-storage
|
||||
```
|
||||
|
||||
### optimize-old-videos.js
|
||||
|
|
Loading…
Reference in New Issue