Post AEsDXuKUOULW9va1HE by iamtakingiteasy@pleroma.eientei.org
 (DIR) More posts by iamtakingiteasy@pleroma.eientei.org
 (DIR) Post #AEsDLKzzvU5R6n09gW by iamtakingiteasy@pleroma.eientei.org
       2021-12-28T20:16:06.032708Z
       
       0 likes, 0 repeats
       
       Apparently combining MRs https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3361 and https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3524 it is possible to change instance domain without losing the follower/following statuses.It requires both domains having own instance that are using same database during migration however, as well as some manual data-fixing and API calls on behalf of local instance users to match states of local objects with federated instances.As result of migration, every federated instance will receive Move activity, hopefully updating user account details. For pleroma it means every local user will be duplicated on every federated instance, but they can be used interchangeably to reach local users, as long as old domain has reverse-proxy on webfinger endpoint to a new instance.I am still trying to figure out how to properly migrate existing local posts while retaining correlation with subsequent new replies, but it should be doable.
       
 (DIR) Post #AEsDXuKUOULW9va1HE by iamtakingiteasy@pleroma.eientei.org
       2021-12-28T20:18:21.869262Z
       
       0 likes, 0 repeats
       
       There are still likely to be some extras issues with non-pleroma federated instances.