Improve information regarding prune storage script
authorChocobozzz <me@florianbigard.com>
Wed, 5 Dec 2018 16:44:36 +0000 (17:44 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 5 Dec 2018 16:44:36 +0000 (17:44 +0100)
scripts/prune-storage.ts
support/doc/tools.md

index 4ab0b4863fd1ccff1aaaf4ff16652272be98787b..c0cd198f774d37e9de0e25f6527ce0d4749ebb18 100755 (executable)
@@ -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
index 69d68464a4f67fe1256cd7d15b4b3020870e0763..4f806a9db5834c029fcecf793f0fc183addf3524 100644 (file)
@@ -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