From b3895aab55491fc0294775f0d97bdcde1e46680c Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Thu, 16 Dec 2021 11:35:04 +0100 Subject: [PATCH] Add manual HLS migration script for v4 only --- start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/start.sh b/start.sh index f7b51e5..325b34b 100755 --- a/start.sh +++ b/start.sh @@ -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"