I host my own Lemmy instance and have a user account on it that I use everywhere (I don’t host local communities, I just use it as a home for my Lemmy user account). I needed to re-home my Lemmy server, and though it’s a docker installation, copying the /var/lib/docker/volumes/lemmy_*
directories to the new installation didn’t work. So I created a new Lemmy server.
How can I move my old account to the new server, so I can keep all my subscriptions and post/comment history?
I’ve had that problem too (messing around with test instances) - for anyone else wondering why: it’s because the RSA keypair for me@mydomain has changed, and remote instances fail to validate message headers signed with the new private key, because they’re still using their copy of an old public key.
The key is refreshed after 24 hours so it will work if you wait a bit.