this post was submitted on 27 Jan 2022
19 points (100.0% liked)

Asklemmy

45808 readers
1231 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_[email protected]~

founded 5 years ago
MODERATORS
 

After seeing what happend on r/antiwork over at Reddit. Does Lemmy have a way to prevent somthing similar, like could another instance decide to preserve a deleted community and not have a single point of failure?

The same question can be asked if an instance suddenly closes down, can other instances keep the communities alive?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 4 points 3 years ago* (last edited 3 years ago) (2 children)

If an instance goes down, then pretty all much all data on that server will not be accessible. So the communities, posts and users on that instance will be gone.

Maybe lemmy can implement something similar to the matrix protocol.

Matrix is really a decentralised conversation store rather than a messaging protocol. When you send a message in Matrix, it is replicated over all the servers whose users are participating in a given conversation - similarly to how commits are replicated between Git repositories. There is no single point of control or failure in a Matrix conversation which spans multiple servers:

So a community will remain accessible even if the homeserver goes down

[โ€“] [email protected] 6 points 3 years ago

If an instance goes down, then pretty all much all data on that server will not be accessible.

Also wanna add, that if any servers have been federating with communities that live on a dead server, they will still have a backup of all those pushed posts and comments ( which starts happening immediately after one person subscribes to that remote community).

[โ€“] [email protected] 1 points 3 years ago (1 children)

That would dramatically increase server resources necessary though

[โ€“] [email protected] 2 points 3 years ago

yep that is a problem.