diff --git a/changelog.d/akkoma-migration.add b/changelog.d/akkoma-migration.add new file mode 100644 index 0000000000..c8b457ec23 --- /dev/null +++ b/changelog.d/akkoma-migration.add @@ -0,0 +1 @@ +Add instructions for migrating from Akkoma \ No newline at end of file diff --git a/docs/installation/migrating_from_akkoma.md b/docs/installation/migrating_from_akkoma.md index 901608b82c..2a486e1f6c 100644 --- a/docs/installation/migrating_from_akkoma.md +++ b/docs/installation/migrating_from_akkoma.md @@ -2,6 +2,8 @@ ## Database migration +> Note: You will lose data related about Akkoma-specific features, including: MastoFE settings, user frontend profiles, status auto-expiration config, hashtag follows, DM restrictions and auto follow-back. Consider taking a backup. + To rollback Akkoma-specific migrations: - OTP: `./bin/pleroma_ctl rollback --migrations-path priv/repo/optional_migrations/akkoma_rollbacks`