Do they get adopted by other instances? Are they still accessible from other instances? Can you still post on them from another instance?

Edit: From my understanding every instance that deals with a community has a cached copy. Will that copy disappear after a certain time, because it can’t phone to home anymore?

  • sunaurusA
    link
    fedilink
    English
    arrow-up
    45
    arrow-down
    1
    ·
    1 year ago

    As of Lemmy 0.18.1, cached copies on other instances do not disappear if the original instance has died.

    In theory, it might even be possible to actually clone a cached copy into a new local community. This would require some database hacking, so not recommended unless you’re familiar with Lemmy code and SQL.

    • r00ty@kbin.life
      link
      fedilink
      arrow-up
      7
      ·
      1 year ago

      Not sure how it is on lemmy. But looking at the structure on kbin. I reckon you could (with a little sql magic) convert the existing one to a local magazine without cloning, and then people could subscribe to the new version or existing subs could also hack their sql to change the id to match the new instance and toggle the subscriptions.

      On Lemmy though I think images are not cached locally. So you might lose those. Kbin by default will also download images/media locally too.

      Not sure this would happen enough to add formal functionality for it though.

    • rm_dash_r_star
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      I actually wondered about that. The way instances share data and store it is all pretty black box to me.