Add manual HLS migration script for v4 only

This commit is contained in:
Johannes Zellner 2021-12-16 11:35:04 +01:00
parent 17e3873f8e
commit b3895aab55

View file

@ -78,6 +78,9 @@ yq eval ".log.rotation.max_files = 1" -i /app/data/production.yaml
yq eval ".log.anonymizeIP = false" -i /app/data/production.yaml
yq eval ".storage.bin = \"/app/data/storage/bin/\"" -i /app/data/production.yaml
echo "==> Migrate HLS paths to new for v4"
node dist/scripts/migrations/peertube-4.0.js
chown -R cloudron:cloudron /app/data
echo "==> Starting PeerTube"