MyGit

v3.5.3

mastodon/mastodon

版本发布时间: 2022-05-27 05:27:42

mastodon/mastodon最新发布版本:v4.3.0-beta.2(2024-09-17 23:53:19)

Mastodon

Changelog

Added

Changed

Fixed

Security

Upgrade notes

To get the code for v3.5.3, use git fetch && git checkout v3.5.3.

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

Dependencies have not changed. To summarize, the dependency requirements for v3.5.3 are:

Update steps

The following instructions are for updating from 3.5.2.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations.

Non-Docker only:

Both Docker and non-Docker:

  1. Precompile the assets:
    • Non-Docker: RAILS_ENV=production bundle exec rails assets:precompile
    • Docker: The assets are already precompiled during the build step
  2. Restart all Mastodon processes

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-05-27发行的版本