diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 13:13:49 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2024-03-07 13:13:49 +0100 |
commit | b7c625db0f8090ce11c75a19fbaee8f985b966c3 (patch) | |
tree | 0d631e593dd195014fc35d7203f82f331b35aff0 /docs/administration/CLI_tasks | |
parent | 47ce33a90d09878d5231ce9654853ebcd1b88c08 (diff) | |
parent | 8298b326a7a3081be262c73f734dfe3082962e83 (diff) | |
download | pleroma-b7c625db0f8090ce11c75a19fbaee8f985b966c3.tar.gz pleroma-b7c625db0f8090ce11c75a19fbaee8f985b966c3.zip |
Merge remote-tracking branch 'origin/develop' into link-verification
Diffstat (limited to 'docs/administration/CLI_tasks')
-rw-r--r-- | docs/administration/CLI_tasks/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/administration/CLI_tasks/config.md b/docs/administration/CLI_tasks/config.md index fc9f3cbd5..7c167ec5d 100644 --- a/docs/administration/CLI_tasks/config.md +++ b/docs/administration/CLI_tasks/config.md @@ -1,4 +1,4 @@ -# Transfering the config to/from the database +# Transferring the config to/from the database {! backend/administration/CLI_tasks/general_cli_task_info.include !} @@ -34,7 +34,7 @@ Options: -- `<path>` - where to save migrated config. E.g. `--path=/tmp`. If file saved into non standart folder, you must manually copy file into directory where Pleroma can read it. For OTP install path will be `PLEROMA_CONFIG_PATH` or `/etc/pleroma`. For installation from source - `config` directory in the pleroma folder. +- `<path>` - where to save migrated config. E.g. `--path=/tmp`. If file saved into non-standard folder, you must manually copy file into directory where Pleroma can read it. For OTP install path will be `PLEROMA_CONFIG_PATH` or `/etc/pleroma`. For installation from source - `config` directory in the pleroma folder. - `<env>` - environment, for which is migrated config. By default is `prod`. - To delete transferred settings from database optional flag `-d` can be used |