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

PieFed Meta

992 readers
100 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
you are viewing a single comment's thread
view the rest of the comments
[–] freamon@preferred.social 5 points 2 months ago (2 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).