So after we’ve extended the virtual cloud server twice, we’re at the max for the current configuration. And with this crazy growth (almost 12k users!!) even now the server is more and more reaching capacity.
Therefore I decided to order a dedicated server. Same one as used for mastodon.world.
So the bad news… we will need some downtime. Hopefully, not too much. I will prepare the new server, copy (rsync) stuff over, stop Lemmy, do last rsync and change the DNS. If all goes well it would take maybe 10 minutes downtime, 30 at most. (With mastodon.world it took 20 minutes, mainly because of a typo :-) )
For those who would like to donate, to cover server costs, you can do so at our OpenCollective or Patreon
Thanks!
Update The server was migrated. It took around 4 minutes downtime. For those who asked, it now uses a dedicated server with a AMD EPYC 7502P 32 Cores “Rome” CPU and 128GB RAM. Should be enough for now.
I will be tuning the database a bit, so that should give some extra seconds of downtime, but just refresh and it’s back. After that I’ll investigate further to the cause of the slow posting. Thanks @veroxii@lemmy.world for assisting with that.
Wow that was fast.
this is very Reddit-y of you
Redditors made such memes a thing, we’re taking them with us where we go.
deleted by creator
how nice people seem here
yes! I love the culture of this place so far
Truth is for me as someone who used Reddit for about the last 16 years, it very much feels like the early days of Reddit again.
Which is a very good thing, because that’s what I originally signed up for compared to a metric fuckton of karma farming spam bots.
I just hope it gains enough traction to be sustainable in the long run, especially considering that it’s relying on donations for funding, I believe?
undefined> metric fuckton of karma farming spam bots.
People are hard at work writing bots for lemmy so don’t worry, you’ll be able to enjoy your regular hogwash again really soon.
Personally I think lemmy should go as far out of its way as possible to make bots in any and all forms just about impossible.
Yeah, we can enjoy while it lasts, because with more users more questionable content will come
Found one russian troll already. Oh well…
Edit: lol, was not referring to OP, it was some world news post comment with chiese username that spread misinformation about russian war in ukraine. I just added my thoughts on the community.
Lesson learned today: never take anything for granted—if there’s a chance to be massively misunderstood, it will eventually happen lol
you can easily block any user by click on the 🚫 sign under their comment, and never have to deal with their bs again
what about that post made you think they were a russian troll?
I think they meant they’ve seen one Russian troll on Lemmy already, not that skidface is a Russian troll.
I … Have to assume so, anyway
deleted by creator
Is one donation method preferred over another? That is to say, is one cheaper than the other?
I don’t understand why a dedicated server is a good idea, when the only true way to scale is to use like Kubernetes or Docker and ECS Containers with scale?
Your just gonna run into more problems, you cannot vertically scale forever.
Thanks for all you do @ruud@lemmy.world. You’re doing great!
Nice!
Does it work on water now that it has MORE POWA?
Came here from Reddit and I already love it so much more! :)
Thanks for the awesome work!
Just donated $10! Appreciate all the work you all are doing to keep up with the growth.
More power! More power is good.
What kind of server configuration are you guys running? A single instance?
@ruud@lemmy.world DM me if you need help setting up monitoring/alerting on server health. IRL I’m on an SRE team, so happy to help where I can!
I’m not too familiar with Lemmy’s codebase, but I am a devops engineer. Is the software written in any way to support horizontal scaling? If so, I’d be happy to consult/help to get the instance onto an autoscaling platform eventually.
Doesn’t support HA or horizontal scaling yet from what I read. Unsure if kbin does. Probably would have to add support for horizontal scaling to have that auto scaling do anything.
Yeah, that’s what I was afraid of. Understandable though, since horizontal scaling/HA usually isn’t a priority when developing a new application.