Conversation
Notices
-
unsafe { Sir Alecks Gates } (agates@activitypub.agates.io)'s status on Tuesday, 13-Feb-2024 00:34:37 JST unsafe { Sir Alecks Gates } @silverpill Are you aware of anyone that's done a migration from pleroma/rebased to Mitra? Including posts and no DNS change? -
silverpill (silverpill@mitra.social)'s status on Tuesday, 13-Feb-2024 00:34:36 JST silverpill @agates No, I haven't heard of it, but it should be possible because Mitra uses the same paths as Pleroma (/users/{username} and /objects/{uuid}).
-
silverpill (silverpill@mitra.social)'s status on Tuesday, 13-Feb-2024 00:43:33 JST silverpill @agates I think one can write a script that copies data from Pleroma database to Mitra database.
-
silverpill (silverpill@mitra.social)'s status on Tuesday, 13-Feb-2024 05:37:25 JST silverpill @agates Let me know if you need any help
This is the database schema: https://codeberg.org/silverpill/mitra/src/branch/main/mitra_models/migrations/schema.sql
Every local user needs to have an entry in user_account and actor_profile tables. Posts are stored in post table.
-
unsafe { Sir Alecks Gates } (agates@activitypub.agates.io)'s status on Tuesday, 13-Feb-2024 05:37:26 JST unsafe { Sir Alecks Gates } Yeah, I was thinking I'd have to write one.
-