YunoHost-Apps / pleroma_ynh

Pleroma package for YunoHost: A free, federated social networking server built on open protocols.
https://pleroma.social/
GNU Affero General Public License v3.0
30 stars 11 forks source link

Upgrade to version 2.5.2 #247

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Upgrade to v2.5.2 See upstream release page Provided description: Pleroma 2.5.2 is a security release. Featuring many fixes, additions and improvements.

Upgrade notes

From source only

  1. Get new dependencies and recompile Pleroma:

    MIX_ENV=prod mix deps.get
    MIX_ENV=prod mix compile

Everyone

  1. Run database migrations (inside Pleroma directory): LICENSE README.md README_fr.md check_process conf doc manifest.json scripts OTP: ./bin/pleroma_ctl migrate LICENSE README.md README_fr.md check_process conf doc manifest.json scripts From Source: mix ecto.migrate
  2. Recommended: Run VACUUM ANALYZE on your database
  3. Restart Pleroma

Frontend changes

None.

Backend changes

Security

Changed

Fixed

Removed

Admin Frontend changes

None.

yunohost-bot commented 1 year ago

:v: Test Badge