Hello, I host my own GNU Social instance and I've been looking at moving to Mastodon but I don't want to start all over again with followers, posts, and so on.
Is there a way to migrate data from an existing GNU Social instance to a new Mastodon instance?
@dasj19 you can import a list of the people you're following, to populate
the instance with, but we don't currently support importing posts (although
it's been talked about)
I don't know what the deal is with followers... hmm....... it's an
interesting question, maybe you could hack something together with
webfinger redirects?
On Thu, Mar 29, 2018, 5:59 PM dasj19 notifications@github.com wrote:
Hello, I host my own GNU Social instance and I've been looking at moving
to Mastodon but I don't want to start all over again with followers, posts,
and so on.Is there a way to migrate data from an existing GNU Social instance to a
new Mastodon instance?—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/tootsuite/mastodon/issues/6963, or mute the thread
https://github.com/notifications/unsubscribe-auth/AAORV354PNBikFMRIOAlbxNuA_n8Zc_gks5tjVk1gaJpZM4TBCvm
.
you can import a list of the people you're following
Hmm,. but I could not find a way to export taht in GNUSocial…
If the admin of the GNU Social instance enables data export, you could retrieve the followers list from it, though I don't think many do enable it since it's kinda broken. I think there's also a script that can make that export file but that too needs to be run by the admin.
I have written a python script that allows to export a list of followed users from GNU social which you can then import to mastodon. → https://github.com/benediktg/gnu-social-export
Most helpful comment
I have written a python script that allows to export a list of followed users from GNU social which you can then import to mastodon. → https://github.com/benediktg/gnu-social-export