summaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks/uploads.md
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-12-09 10:27:43 +0000
committerrinpatch <rinpatch@sdf.org>2019-12-09 10:27:43 +0000
commit990cd7ef5d26beb49ed19279844ccc6c1ebe2218 (patch)
treeb24f7ec6372d3b9e931a54e99fabf909e746d22f /docs/administration/CLI_tasks/uploads.md
parent1e2bb450dbff1b8c0eee5d131992ec0a9e57c743 (diff)
parenteb9ea8475b19d6a00f690421b193310c09ba40f3 (diff)
downloadpleroma-990cd7ef5d26beb49ed19279844ccc6c1ebe2218.tar.gz
pleroma-990cd7ef5d26beb49ed19279844ccc6c1ebe2218.zip
Merge branch 'feat/docs-otp-source-picker' into 'develop'
docs: add OTP/From source tabs to CLI tasks See merge request pleroma/pleroma!2046
Diffstat (limited to 'docs/administration/CLI_tasks/uploads.md')
-rw-r--r--docs/administration/CLI_tasks/uploads.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/docs/administration/CLI_tasks/uploads.md b/docs/administration/CLI_tasks/uploads.md
index 71800e341..e36c94c38 100644
--- a/docs/administration/CLI_tasks/uploads.md
+++ b/docs/administration/CLI_tasks/uploads.md
@@ -1,11 +1,16 @@
# Managing uploads
-Every command should be ran with a prefix, in case of OTP releases it is `./bin/pleroma_ctl uploads` and in case of source installs it's `mix pleroma.uploads`.
+{! backend/administration/CLI_tasks/general_cli_task_info.include !}
## Migrate uploads from local to remote storage
-```sh
-$PREFIX migrate_local <target_uploader> [<options>]
+```sh tab="OTP"
+ ./bin/pleroma_ctl uploads migrate_local <target_uploader> [<options>]
```
+
+```sh tab="From Source"
+mix pleroma.uploads migrate_local <target_uploader> [<options>]
+```
+
### Options
- `--delete` - delete local uploads after migrating them to the target uploader