this post was submitted on 23 Jan 2024
197 points (83.4% liked)
Fediverse
28205 readers
502 users here now
A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).
If you wanted to get help with moderating your own community then head over to [email protected]!
Rules
- Posts must be on topic.
- Be respectful of others.
- Cite the sources used for graphs and other statistics.
- Follow the general Lemmy.world rules.
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration), Search Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's technically possible, just really, really hard. One example of a successful migration was the transition from calckey.social to firefish.social. It was a massive, extremely difficult undertaking, though.
A big problem involves how user identities are tied to instances. If there were a way to decouple that, I think a lot of the pain goes away.
Firefish devs actually took the time to code hostname migration into their software, however.
That aspect seems to be particularly lacking in most Fediverse software.
People change domains all the time right? Isn't it just a matter of reconfiguring your servers to recognise the new domain provider and address?
From what I understand due to the way that Lemmy handles federation, it doesn't (currently?) have a way to handle an instance changing its domain name and still being able to communicate or even an individual user changing their instance and retaining their comments/votes/etc... (this might be more ActivityPub limited since the way Mastodon does it still seems pretty hacky and just a work around for underlying issues).
From a website perspective, yeah, just change some settings and you're good to go and accessible on the web, but that doesn't mean that anything regarding Lemmy is going to actually work.
Sadly, it's more complicated in the Fediverse, because Actor identities are tied to specific domains. If a user moves accounts, they basically send out an update that says "this profile is dead, follow this new account instead", and users automatically switch upon receiving it.
There are three problems:
@[email protected]
, switching your account to something else could theoretically be more seamless.In a similar fashion, it would be great to find a way to migrate your post history, not just your followers, between one service and another. So far it's possible to request a backup, but only a few services allow importing said backup, let alone import a backup from a different provider (so far only Firefish, Pixelfed and its derivatives allow for the latter).