diff options
author | Mark Felder <feld@feld.me> | 2024-07-17 13:51:56 -0400 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-07-17 13:51:56 -0400 |
commit | 6cd3f9042f2ad208a2a3b08f3db2918d10ab1cc0 (patch) | |
tree | 9978909ea881e4798b2deeb6626fb5c4189f0b38 /docs/administration/CLI_tasks/config.md | |
parent | b4c5cc39f65e3cd3e5e86be4631a3dcfb4bda593 (diff) | |
download | pleroma-6cd3f9042f2ad208a2a3b08f3db2918d10ab1cc0.tar.gz pleroma-6cd3f9042f2ad208a2a3b08f3db2918d10ab1cc0.zip |
Add docs for fix_mrf_policies
Diffstat (limited to 'docs/administration/CLI_tasks/config.md')
-rw-r--r-- | docs/administration/CLI_tasks/config.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/administration/CLI_tasks/config.md b/docs/administration/CLI_tasks/config.md index 7c167ec5d..13d671a7e 100644 --- a/docs/administration/CLI_tasks/config.md +++ b/docs/administration/CLI_tasks/config.md @@ -154,4 +154,19 @@ This forcibly removes all saved values in the database. ```sh mix pleroma.config [--force] reset + + ``` + +## Remove invalid MRF modules from the database + +This forcibly removes any enabled MRF that does not exist and will fix the ability of the instance to start. + +=== "OTP" + ```sh + ./bin/pleroma_ctl config fix_mrf_policies ``` + +=== "From Source" + ```sh + mix pleroma.config fix_mrf_policies + ```
\ No newline at end of file |