X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=docs%2Fadministration%2FCLI_tasks%2Fuploads.md;h=6a15d22f67628cb769c21095b77e1b88451e407a;hb=6936854878860d1f6d04db1cd14a00208c6a5728;hp=a72bbd01fe3d7714f895347947a42fb3d8c54b12;hpb=d39ccc2e7ffd019f8fe2438f388c0a0bb8aac34a;p=akkoma diff --git a/docs/administration/CLI_tasks/uploads.md b/docs/administration/CLI_tasks/uploads.md index a72bbd01f..6a15d22f6 100644 --- a/docs/administration/CLI_tasks/uploads.md +++ b/docs/administration/CLI_tasks/uploads.md @@ -1,12 +1,17 @@ # 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 [option ...] ``` -## Options + +```sh tab="From Source" +mix pleroma.uploads migrate_local [option ...] +``` + +### Options - `--delete` - delete local uploads after migrating them to the target uploader A list of available uploaders can be seen in [Configuration Cheat Sheet](../../configuration/cheatsheet.md#pleromaupload)