diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-09 14:41:18 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-09 14:41:18 +0100 |
commit | 9c391612038cd48cfeb2315dcbb8feddcf877d94 (patch) | |
tree | 7e7cfa70059a7628073855f6503f31ec398146b8 /support/doc/tools.md | |
parent | 817c34d57c3659322e5f43375f63326531852173 (diff) | |
download | PeerTube-9c391612038cd48cfeb2315dcbb8feddcf877d94.tar.gz PeerTube-9c391612038cd48cfeb2315dcbb8feddcf877d94.tar.zst PeerTube-9c391612038cd48cfeb2315dcbb8feddcf877d94.zip |
Add version note for create-move-video-storage-job
Diffstat (limited to 'support/doc/tools.md')
-rw-r--r-- | support/doc/tools.md | 2 |
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 | |||
309 | Use this script to move all video files or a specific video file to object storage. | 311 | Use this script to move all video files or a specific video file to object storage. |
310 | 312 | ||
311 | ```bash | 313 | ```bash |