this post was submitted on 26 Mar 2025
10 points (100.0% liked)

PieFed Meta

1059 readers
119 users here now

Discuss PieFed project direction, provide feedback, ask questions, suggest improvements, and engage in conversations related to the platform organization, policies, features, and community dynamics.

Wiki

founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] freamon@preferred.social 5 points 2 months ago (1 children)

Nothing currently exists to help migrate DBs. Not yet anyway (other Lemmy admins have also expressed an interest in changing over).

[–] abff08f4813c@j4vcdedmiokf56h3ho4t62mlku.srv.us 1 points 2 months ago (1 children)

I noticed though how easy it is to replay activitypub events in pyfedi - i used this once to recreate a deleted posts along with all of its comments and up/downvotes on my instance.

If a lemmy instance somehow had all of its server logs preserved, it might not be too difficult to craft them into replayable events for pyfedi, allowing all the posts and comments and votes to get recreated. It's of limited utility (most lemmy servers would have rorated aways most of their logs long ago) but still an interesting thing to try out..

[–] freamon@preferred.social 1 points 2 months ago

Lemmy logs its outgoing federation activity (rotating every 7 days I think), but not their incoming activity. That was a PieFed feature to aid debugging and development (I say 'was' because it's not enabled by default anymore - you have to add LOG_ACTIVITYPUB_TO_DB = True to .env to get it back).

[–] rimu@piefed.social 5 points 2 months ago

No, sorry.

I'm not sure if you mean migrate an entire instance to PieFed or just move your account?

In Lemmy you can export your settings, which includes a list of all the communities you're following and then import that into your new PieFed account. But you can't bring your posts & comments with you.

Migrating a whole Lemmy instance might be possible one day.