Merge pull request 'Changes are not non-destructive any more' (#11) from ilja/landing-site:changes-not-non-destructive-anymore into main

Reviewed-on: #11
This commit is contained in:
floatingghost 2024-02-19 13:04:14 +00:00
commit 5392d29c6d
1 changed files with 1 additions and 1 deletions

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.'
}
]
]