this post was submitted on 06 Jun 2024
15 points (94.1% liked)

Lemmy

12443 readers
44 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to !meta@lemmy.ml.

founded 4 years ago
MODERATORS
 

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?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] andrew_s@piefed.social 5 points 3 months ago (1 children)

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.

[โ€“] nutomic@lemmy.ml 3 points 3 months ago

The key is refreshed after 24 hours so it will work if you wait a bit.