mastodon icon indicating copy to clipboard operation
mastodon copied to clipboard

Account migration only moves followers on own instance

Open leona-ya opened this issue 2 years ago • 4 comments

Steps to reproduce the problem

  1. Have an account with many (in this case 150-200) followers, some on the own instance, some on other instances
  2. Move the account to a new, fresh account on the same instance
  3. See that only the followers on the same instance have been moved

Expected behaviour

All followers should be moved

Actual behaviour

Only followers on the same instance as the accounts have been moved

Specifications

version: 3.5.3 instance: chaos.social

old account: https://chaos.social/@em0lar new account: https://chaos.social/@leona

leona-ya avatar Sep 02 '22 09:09 leona-ya

We could fix it by changing the created_at field in the account_migration table to work around the 30 days cool-down period and than run the migration again. Now most oft the followers are migrated but this still looks unreliable and like a bug.

leahoswald avatar Sep 02 '22 09:09 leahoswald

Moving followers did not seem to work at all in my case, though some people have followed again, so it is hard to keep those events separate after a while. Moved from mastodon.social to sigmoid.social

johann-petrak avatar Nov 06 '22 09:11 johann-petrak

A similar thing just happened to me. A couple l days ago I moved hosts from mastodon.social to @[email protected] and was following nobody. (I believe everyone who followed me did move over.)

A workaround would be for the server migration to add a sentence telling people to export their list. I had no idea this was needed, and the server migration was so slick that I assumed it was a complete migration.

Sorry if this is a separate issue, I was trying to find an issue and not create a duplicate.

alakoring avatar Nov 17 '22 15:11 alakoring

@alakoring Hello, I think you're right, I think it's a separate thing, and more a feature request than an issue. The documentation explains that only followers are moved from the old account to the new one.

No other data will be moved automatically Mastodon documentation

borisschapira avatar Nov 29 '22 08:11 borisschapira