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

This commit is contained in:
Phantasm 2025-10-23 21:14:31 +02:00
commit d1b01ae707
No known key found for this signature in database
GPG key ID: 2669E588BCC634C8

View file

@ -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.