Mastodon Migration #595
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#595
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want to migrate my single-user mastodon instance to akkoma to reduce resource usage.
However, I don't want to lose (in decreasing priority) followers, posts, and media.
Is there any migration tools to transfer accounts from mastodon to akkoma?
I found https://gitlab.com/soapbox-pub/migrator/ but it seems to have been dead for a couple of years.
now this depends on what you mean by "transfer accounts"
moving accounts without follower loss is 100% possible via standard account migration; this will however result in the loss of your posts/media but is very reliable
in the past it was attempted to migrate entire instances from one software to another, but this is... not easy. shooting a moving target from a train and all that
your best option will be to spin up akkoma on a subdomain then use mastodon/akkoma's "account transfer" feature to point one to the other
closing this as solved with above, reply if anything is unclear