logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: d1b01ae707021ecfe253d892d95165e2362d8bce
parent 846e0ae2cd58a055a59b7e9c8f14d624dae9c8eb
Author: Phantasm <phantasm@centrum.cz>
Date:   Thu, 23 Oct 2025 21:14:31 +0200

docs rum: use relative path for optional migrations for OTP installs

Diffstat:

Mdocs/configuration/cheatsheet.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 <install location>/lib/pleroma-<version>/priv/repo/optional_migrations/rum_indexing/` + - `pleroma_ctl migrate --migrations-path priv/repo/optional_migrations/rum_indexing/` This will probably take a long time.