From 687e67b711db2b45241558db02866fd9c8115f45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 7 Sep 2024 19:33:10 +0200 Subject: [PATCH] Update docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- changelog.d/akkoma-migration.add | 1 + docs/installation/migrating_from_akkoma.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 changelog.d/akkoma-migration.add 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`