1
0
Fork 0

Changes are not non-destructive any more

See for example AkkomaGang/akkoma#684
This commit is contained in:
ilja 2024-02-19 08:50:24 +01:00
parent 530f8a9de1
commit a85ec49621
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.'
}
]
]