Changes are not non-destructive any more #11

Merged
floatingghost merged 1 commit from ilja/landing-site:changes-not-non-destructive-anymore into main 2024-02-19 13:04:15 +00:00

View file

@ -37,7 +37,7 @@ const faqs = [
},
{
question: 'Is it possible to migrate from Akkoma back to Pleroma?',
answer: 'Yes, although it\'s not as easy. You\'d have to roll back migrations, but all akkoma changes are 100% reversible and non-destructive.'
answer: 'Yes, although it\'s not as easy. You\'d have to roll back migrations, but we try to make all akkoma changes reversible. As time goes on, this may become harder to do, however, and you may experience data loss for features that are different between Pleroma and Akkoma.'
}
]
]