Mastodon 4.1.0 Released!
-
wrote on Feb 11, 2023, 1:08 AM last edited by
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…
-
wrote on Feb 11, 2023, 1:33 AM last edited by alwynispat Feb 11, 2023, 1:33 AM
I also recommend that the cleanup.sh to add the
tootctl media remove --prune-profiles
-
I also recommend that the cleanup.sh to add the
tootctl media remove --prune-profiles
wrote 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? -
@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.
-
@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.
wrote 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 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? -
wrote on Mar 16, 2023, 7:27 PM last edited by
@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. -
@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. -
wrote on Mar 17, 2023, 8:18 AM last edited by
BTW (back to the topic of this thread):
Mastodon 4.1.1 has just been released. -
N nebulon marked this topic as a question on Apr 26, 2023, 11:26 AM
-
N nebulon has marked this topic as solved on Apr 26, 2023, 11:26 AM