Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
63e4d84f
Verified
Commit
63e4d84f
authored
Nov 25, 2021
by
Chocobozzz
Browse files
Add migration note in changelog
parent
7226e90f
Changes
1
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
63e4d84f
...
@@ -4,6 +4,9 @@
...
@@ -4,6 +4,9 @@
### IMPORTANT NOTES
### IMPORTANT NOTES
*
**Important**
You need to execute manually a migration script (can be executed after your upgrade, while your PeerTube instance is running) to migrate HLS files name:
*
Classic installation:
`cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-4.0.js`
*
Docker installation:
`cd /var/www/peertube-docker && docker-compose exec -u peertube peertube node dist/scripts/migrations/peertube-4.0.js`
*
**Important**
We fixed configuration inconsistencies and added some keys.
**You must change/add them in your production.yaml**
*
**Important**
We fixed configuration inconsistencies and added some keys.
**You must change/add them in your production.yaml**
*
`log.rotation.maxFileSize`
becomes
`log.rotation.max_file_size`
*
`log.rotation.maxFileSize`
becomes
`log.rotation.max_file_size`
*
`log.rotation.maxFiles`
becomes
`log.rotation.max_files`
*
`log.rotation.maxFiles`
becomes
`log.rotation.max_files`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment