Migration to version 7.2 went strangely

Hi everyone, the first thing I noticed is the choice of pre-release version 7.2 and stable
After updating, having selected 2, as I see, the configuration files are not compared as before, it looks something like this (I didn’t have time to copy it)
stable [1]
pred release 7.2 [2]

/var/www/peertube/config/production.yaml.new generated
You can review it and replace your existing production.yaml configuration

==========================================================

Please read the IMPORTANT NOTES on https://github.com/Chocobozzz/PeerTube/releases/tag/v7.2.0

Then restart PeerTube!
root@vnehniymir:/var/www/peertube/peertube-latest/scripts# sudo -u peertube yarn cache clean
yarn cache v1.22.22
success Cleared cache.
Done in 5.33s.
root@vnehniymir:/var/www/peertube/peertube-latest/scripts# cd /var/www/peertube/peertube-latest && sudo -u peertube NODE_CONFIG_DIR=/var/www/peertube/config NODE_ENV=production node dist/scripts/migrations/peertube-7.2.js
Running SQL request to update comments count...
Done!
root@vnehniymir:/var/www/peertube/peertube-latest# cd /var/www/peertube/versions
diff -u "$(ls -t | head -2 | tail -1)/config/production.yaml.example" "$(ls -t | head -1)/config/production.yaml.example"
diff: peertube-.zip/config/production.yaml.example: Not a directory
root@vnehniymir:/var/www/peertube/versions# btop
root@vnehniymir:/var/www/peertube/versions# cd /var/www/peertube/versions
diff -u "$(ls -t | head -2 | tail -1)/support/nginx/peertube" "$(ls -t | head -1)/support/nginx/peertube"
diff: peertube-.zip/support/nginx/peertube: Not a directory
root@vnehniymir:/var/www/peertube/versions# cd /var/www/peertube/versions
diff -u "$(ls -t | head -2 | tail -1)/support/systemd/peertube.service" "$(ls -t | head -1)/support/systemd/peertube.service"
diff: peertube-.zip/support/systemd/peertube.service: Not a directory

I also didn’t understand what should be done here and how? Maybe someone can tell me. Thanks.

Plugins/Themes/Embed API

  • Breaking change Theme CSS must include --is-dark: 0 or --is-dark: 1 CSS variable for the body so PeerTube understands if it’s a dark or a light theme
  • Add server plugin hooks (Plugins & Themes API | PeerTube documentation):
    • filter:email.subject.result & filter:email.template-path.result #6876
      Overall the server is stable after the update.
1 « J'aime »