takahe icon indicating copy to clipboard operation
takahe copied to clipboard

Support for Account Moving from/to Takahe

Open tobru opened this issue 2 years ago • 9 comments

Support for account moving, e.g. from Mastodon to Takahe (or the other way around).

See Mastodon docs "Moving or leaving accounts" for the possibilities Mastodon offers in this regard.

Priority (for me) would be moving from Mastodon to Takahe.

tobru avatar Jan 09 '23 13:01 tobru

Yup, this is on our roadmap for approaching 1.0, though some initial work has already started.

andrewgodwin avatar Jan 09 '23 16:01 andrewgodwin

I see it's not possible to export posts from Mastodon. Has anyone checked how difficult it could be to import posts on a Takahe instance? I am running a Mastodon instance, but I would rather run a Takahe one, since I work with Python. I still haven't found time to test Takahe tho.

everton137 avatar Jul 03 '23 07:07 everton137

It's not possible to export them natively, but it's possible to either crawl them all through the API (if they aren't protected), or we could support traversing a database dump in the case that the person moving also owns the server.

andrewgodwin avatar Jul 04 '23 14:07 andrewgodwin

I'd be interested in a database import for Akkoma, as well, but am more concerned with triggering other instances to migrate followers.

gerwitz avatar Jul 04 '23 15:07 gerwitz

Would Takahe -> Takahe migration be implemented first? Or is that already possible?

astrojuanlu avatar Jul 21 '23 07:07 astrojuanlu

It would be at the same time - I'd want to implement the account moving system that's already out there, so it would just let you move to/from anything else that supports it.

andrewgodwin avatar Jul 21 '23 19:07 andrewgodwin

I'm also wondering the other way around: How could a process look like to migrate from Takahe to any other Fediverse software, let's say GoToSocial?

tobru avatar Oct 23 '23 05:10 tobru

It's the same system - one of the reasons I have not done another release yet is that I've implemented inbound migration, but not yet implemented outbound, and it feels bad to have one and not the other.

andrewgodwin avatar Oct 25 '23 16:10 andrewgodwin

Regarding exporting posts from mastodon, the Export Archive feature certainly includes them... https://docs.joinmastodon.org/user/moving/#export - very little tooling actually supports importing this archive though, not even mastodon itself. Supporting backfill-import of the archive would be very cool, though perhaps not within the same issue as the online account migration.

ellieayla avatar Mar 23 '24 22:03 ellieayla