194

I'm trying to better understand hosting a Lemmy Instance. Lurking discussions it seems like some people are hosting from the Cloud or VPS. My understanding is that it's better to futureproof by running your own home server so that you have the data and the top most control of hardware, software etc. My understanding is that by hosting an instance via Cloud or VPS you are offloading the data / information to a 3rd party.

Are people actually running their own actual self-hosted servers from home? Do you have any recommended guides on running a Lemmy Instance?

you are viewing a single comment's thread
view the rest of the comments
[-] nix@merv.news 8 points 1 year ago

How do you install security updates etc without restarting?

Linux servers prompt you do restart after certain updates do you just not restart?

[-] VonReposti@feddit.dk 16 points 1 year ago

Enterprise distributuions can hot-swap kernels, making it unnecessary to reboot in order to make system updates.

[-] Pringles@lemm.ee 2 points 1 year ago

Microsoft needs to get its shit together because reboots were a huge point of contention when I was setting up automated patching at my company.

[-] Valmond@lemmy.mindoki.com 2 points 1 year ago

Good luck with that, I have all reboot options off but yesterday it just rebooted like that. Thanks MS.

[-] poVoq@slrpnk.net 3 points 1 year ago

You can just restart... with modern SSDs it takes less than a minute. No one is ging to have a problem with 1 minute downtime per month or so.

[-] avidamoeba@lemmy.ca 3 points 1 year ago* (last edited 1 year ago)

The right way (tm) is to have the application deployed with high availability. That is every component should have more than one server serving it. Then you can take them offline for a reboot sequentially so that there's always a live one serving users.

This is taken to an extreme in cloud best practices where we don't even update any servers. We update the versions of the packages we want in some source code file. From that we build a new OS image contains the updated things along with the application that the server will run and it's ready to boot. Then in some sequence we kill server VMs running the old image and create news ones running the new. Finally the old VMs are deleted.

[-] NeoNachtwaechter@lemmy.world 2 points 1 year ago* (last edited 1 year ago)

install security updates etc without restarting?

Actually I am lazy with updates on the "bare metal" debian/proxmox. It does nothing else than host several vm's. Even the hard disks belong to a vm that provides all the file shares.

this post was submitted on 16 Sep 2023
194 points (96.2% liked)

Selfhosted

39251 readers
247 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS