Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Mastodon
  3. Mastodon 4.1.0 Released!

Mastodon 4.1.0 Released!

Scheduled Pinned Locked Moved Solved Mastodon
10 Posts 3 Posters 2.0k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    alwynispat
    wrote on last edited by
    #1

    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… 😬

    Find me at Mastodon

    1 Reply Last reply
    2
    • A Offline
      A Offline
      alwynispat
      wrote on last edited by alwynispat
      #2

      I also recommend that the cleanup.sh to add the tootctl media remove --prune-profiles

      Find me at Mastodon

      nichu42N 1 Reply Last reply
      2
      • A alwynispat

        I also recommend that the cleanup.sh to add the tootctl media remove --prune-profiles

        nichu42N Offline
        nichu42N Offline
        nichu42
        wrote on last edited by nichu42
        #3

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

        It 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?

        Matrix: @nichu42:blueplanet.social

        girishG 1 Reply Last reply
        0
        • nichu42N nichu42

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

          It 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?

          girishG Offline
          girishG Offline
          girish
          Staff
          wrote on last edited by girish
          #4

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

          nichu42N 1 Reply Last reply
          1
          • girishG girish

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

            nichu42N Offline
            nichu42N Offline
            nichu42
            wrote on last edited by nichu42
            #5

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

            Matrix: @nichu42:blueplanet.social

            girishG 1 Reply Last reply
            1
            • nichu42N nichu42

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

              girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by
              #6

              @nichu42 yes, it's just a warning. I tried to bump ruby but it's not in rbenv yet.

              nichu42N 1 Reply Last reply
              1
              • girishG girish

                @nichu42 yes, it's just a warning. I tried to bump ruby but it's not in rbenv yet.

                nichu42N Offline
                nichu42N Offline
                nichu42
                wrote on last edited by
                #7

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

                Matrix: @nichu42:blueplanet.social

                girishG 1 Reply Last reply
                2
                • nichu42N nichu42

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

                  girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #8

                  @nichu42 all good, we don't use upstream docker images. We build our own.

                  nichu42N 1 Reply Last reply
                  2
                  • girishG girish

                    @nichu42 all good, we don't use upstream docker images. We build our own.

                    nichu42N Offline
                    nichu42N Offline
                    nichu42
                    wrote on last edited by
                    #9

                    @girish Good to know!

                    Matrix: @nichu42:blueplanet.social

                    nichu42N 1 Reply Last reply
                    1
                    • nichu42N nichu42

                      @girish Good to know!

                      nichu42N Offline
                      nichu42N Offline
                      nichu42
                      wrote on last edited by
                      #10

                      BTW (back to the topic of this thread):
                      Mastodon 4.1.1 has just been released. 😬

                      Matrix: @nichu42:blueplanet.social

                      1 Reply Last reply
                      1
                      • nebulonN nebulon marked this topic as a question on
                      • nebulonN nebulon has marked this topic as solved on
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search