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
-
@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? -
@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.
-
-
-
-