Mastodon 4.1.0 Released!
-
Mastodon has released 4.1.0 and it has a whole slew of fixes and features!
https://github.com/mastodon/mastodon/releases/tag/v4.1.0
Not rushing anyone but…
-
I also recommend that the cleanup.sh to add the
tootctl media remove --prune-profiles
-
nichu42replied to alwynispat on Feb 11, 2023, 12:16 PM last edited by nichu42 Feb 11, 2023, 12:21 PM
@alwynispat said in Mastodon 4.1.0 Released!:
I also recommend that the cleanup.sh to add the
tootctl media remove --prune-profiles
I upgraded to 4.1.0 today (thanks @girish for making it available so quickly) and tried
tootctl media remove --prune-profiles --days 7It came up with the following warning:
warning: parser/current is loading parser/ruby30, which recognizes 3.0.5-compliant syntax, but you are running 3.0.4. Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. Error connecting to Redis on localhost:6379 (Errno::ECONNREFUSED)
The ECONNREFUSED error is repeated several times, but it still seems to be doing something...
So, I wonder: Is this something that needs to be taken care of, or can it be ignored completely? -
girish Staffreplied to nichu42 on Feb 11, 2023, 12:58 PM last edited by girish Feb 11, 2023, 12:59 PM
@nichu42 are you in
/app/code
directory ?root@49547868-e597-4522-b29f-65f64c8cde92:/app/code# ./bin/tootctl media remove --days=4 warning: parser/current is loading parser/ruby30, which recognizes 3.0.5-compliant syntax, but you are running 3.0.4. Please see https://github.com/whitequark/parser#compatibility-with-ruby-mri. 110/110 |===================================================================================================================| Time: 00:00:01 Removed 110 media attachments (approx. 47.6 MB)
Since it says localhost redis, I suspect it's not getting the correct configuraiton.
-
nichu42replied to girish on Feb 11, 2023, 1:09 PM last edited by nichu42 Feb 11, 2023, 1:10 PM
@girish said in Mastodon 4.1.0 Released!:
@nichu42 are you in
/app/code
directory ?No, I was not. Thanks, that solved the issue!
The message about ruby 3.0.4 can be ignored? -
-
@girish
Not sure if you need to know, but I just read that Docker containers have moved to https://github.com/mastodon/mastodon/pkgs/container/mastodon due to the Docker Hub free tier issue. -
-
10/10