docs rum: use relative path for optional migrations for OTP installs
This commit is contained in:
parent
846e0ae2cd
commit
d1b01ae707
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue