YunoHost-Apps / mastodon_ynh

Free, open-source social network for YunoHost
https://joinmastodon.org/
GNU Affero General Public License v3.0
84 stars 33 forks source link

where is 4.2.7? #446

Closed dhuschde closed 4 months ago

dhuschde commented 4 months ago

This GitHub says Mastodon is already on 4.2.7. But neither my Server nor the App Catalog show the new Version, they are still on 4.2.6.

adrienlacombe commented 4 months ago

+1

panomaki commented 4 months ago

I had the same problem yesterday; I presume this is something to do with the yunohost tools infrastructure?

The following works to apply this critical update, if you have command line access to your server:

$ sudo apt-get install screen
$ screen
$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug 

(You may want to clear your cache and/or skip the backup with -b to speed things up)