From d1b01ae707021ecfe253d892d95165e2362d8bce Mon Sep 17 00:00:00 2001 From: Phantasm Date: Thu, 23 Oct 2025 21:14:31 +0200 Subject: [PATCH] docs rum: use relative path for optional migrations for OTP installs --- docs/configuration/cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md index 39796d5a1..54dd4a5f0 100644 --- a/docs/configuration/cheatsheet.md +++ b/docs/configuration/cheatsheet.md @@ -917,7 +917,7 @@ To enable them, both the `rum_enabled` flag has to be set and the following spec - `mix ecto.migrate --migrations-path priv/repo/optional_migrations/rum_indexing/` * OTP install: - Stop Pleroma - - `pleroma_ctl migrate --migrations-path /lib/pleroma-/priv/repo/optional_migrations/rum_indexing/` + - `pleroma_ctl migrate --migrations-path priv/repo/optional_migrations/rum_indexing/` This will probably take a long time.