Be careful when updating to 7.3

Hi everyone, when I upgraded to 7.3 I had errors after merging a file все

cd /var/www/peertube && sudo -u peertube cp config/production.yaml.new config/production.yaml

I had duplicate sections

email:
defaults:
from_address:

and also there were some that I deleted

<<<<<<< config/production.yaml 
=======
>>>>>>> peertube-latest/config/production.yaml.example

After that, Peertube start

Also in the Nginx file it was not specified that the section had changed in the update

  # Bypass PeerTube for performance reasons. Optional.
  # Should be consistent with client-overrides assets list in client.ts server controller
  location ~ ^/client/(assets/images/(default-playlist\.jpg|default-avatar-account\.png|default-avatar-account-48x48\.png|default-avatar-video-channel\.png|default-avatar-video-channel-48x48\.png))$ {
     add_header Cache-Control "public, max-age=31536000, immutable"; # Cache 1 year

The settings for transcoding live broadcasts were also lost: admin/settings/config/live fields were not filled in and an attempt to save gave the following errors, but they were still saved afterwards.

{"path":"/api/v1/config/custom","err":{"live.transcoding.resolutions.144p":{"type":"field","value":"","msg":"Invalid value","path":"live.transcoding.resolutions.144p","location":"body"},"live.transcoding.resolutions.240p":{"type":"field","value":"","msg":"Invalid value","path":"live.transcoding.resolutions.240p","location":"body"},"live.transcoding.resolutions.1080p":{"type":"field","value":"","msg":"Invalid value","path":"live.transcoding.resolutions.1080p","location":"body"},"live.transcoding.resolutions.1440p":{"type":"field","value":"","msg":"Invalid value","path":"live.transcoding.resolutions.1440p","location":"body"},"live.transcoding.resolutions.2160p":{"type":"field","value":"","msg":"Invalid value","path":"live.transcoding.resolutions.2160p","location":"body"},"live.transcoding.alwaysTranscodeOriginalResolution":{"type":"field","value":"","msg":"Invalid value","path":"live.transcoding.alwaysTranscodeOriginalResolution","location":"body"}},"level":"warn","message":"Incorrect request parameters","label":"angeltales.angellive.ru:443","timestamp":"2025-09-10T23:27:27.554Z"}
1 « J'aime »