aboutsummaryrefslogtreecommitdiffhomepage
path: root/support
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-09 14:41:18 +0100
committerChocobozzz <me@florianbigard.com>2021-11-09 14:41:18 +0100
commit9c391612038cd48cfeb2315dcbb8feddcf877d94 (patch)
tree7e7cfa70059a7628073855f6503f31ec398146b8 /support
parent817c34d57c3659322e5f43375f63326531852173 (diff)
downloadPeerTube-9c391612038cd48cfeb2315dcbb8feddcf877d94.tar.gz
PeerTube-9c391612038cd48cfeb2315dcbb8feddcf877d94.tar.zst
PeerTube-9c391612038cd48cfeb2315dcbb8feddcf877d94.zip
Add version note for create-move-video-storage-job
Diffstat (limited to 'support')
-rw-r--r--support/doc/tools.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/doc/tools.md b/support/doc/tools.md
index c8cc2d1d7..526cc98b1 100644
--- a/support/doc/tools.md
+++ b/support/doc/tools.md
@@ -306,6 +306,8 @@ $ docker-compose exec -u peertube peertube npm run create-import-video-file-job
306 306
307### create-move-video-storage-job.js 307### create-move-video-storage-job.js
308 308
309**PeerTube >= 4.0**
310
309Use this script to move all video files or a specific video file to object storage. 311Use this script to move all video files or a specific video file to object storage.
310 312
311```bash 313```bash