Update tools doc

pull/6449/head
Chocobozzz 2024-06-05 09:06:40 +02:00
parent 3427330611
commit 6a5bdaafbf
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 1 deletions

View File

@ -476,7 +476,9 @@ docker compose exec -u peertube peertube npm run create-move-video-storage-job -
**PeerTube >= 6.2**
Use this script after you migrated to another object storage provider so PeerTube updates its internal object URLs.
Use this script after you migrated to another object storage provider so PeerTube updates its internal object URLs (a confirmation will be demanded first).
PeerTube must be stopped.
::: code-group
@ -490,6 +492,8 @@ cd /var/www/peertube-docker
docker compose exec -u peertube peertube npm run update-object-storage-url -- --from 'https://region.old-s3-provider.example.com' --to 'https://region.new-s3-provider.example.com'
```
:::
### Generate storyboard
**PeerTube >= 6.0**