Lemmy.world is now upgraded to 0.18.1-rc.1, with the lemmy-ui at 0.18.0.

Why we upgraded to a RC instead of wait for the stable version? Because of the many issues with streaming that many users complained about, and the fact that Jerboa app stopped working for 0.17.4.

Also we are troubleshooting federation issues, for which the upgrade is a step to see if that solves part of it, and makes troubleshooting easier.

Old message: We’ve upgraded lemmy.world to 0.18.1-rc.1 and rolled back that upgrade because of issues.

(If you had posted anything in those 10 minutes between upgrade and rollback, that post is gone. Sorry!)

The main issue we saw is that users can’t login anymore. Existing sessions still worked, but new logins failed (from macos, ios and android. From linux and windows it worked)

Also new account creation didn’t work.

I’ll create an issue for the devs and retry once it’s fixed.

  • Finnagain@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    I’m not familiar with what the server architecture looks like, but is there a possibility of using a load balancer in front of the instance’s server and swapping a “beta” server into the load balancer when you need to do testing? You could basically migrate your traffic with zero downtime, assuming Lemmy’s architecture allows for it.

    • Ruud@lemmy.worldOPM
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Well that doesn’t differ much from what I do. I just copy the files to a second directory and test with that. Easy rollback. Downside is, that all data is lost between upgrade and rollback, which will be the same in the scenario you suggest.

      • Finnagain@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Ah, that’s fair. Best of luck either way. This is the tough part of admin work. FWIW, the stability we’ve had thus far has been pretty impressive!