mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
Add manual HLS migration script for v4 only
This commit is contained in:
parent
17e3873f8e
commit
b3895aab55
1 changed files with 3 additions and 0 deletions
3
start.sh
3
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"
|
||||
|
|
Loading…
Reference in a new issue