Fix test
[akkoma] / docs / administration / CLI_tasks / uploads.md
1 # Managing uploads
2
3 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`.
4
5 ## Migrate uploads from local to remote storage
6 ```sh
7 $PREFIX migrate_local <target_uploader> [<options>]
8 ```
9 ### Options
10 - `--delete` - delete local uploads after migrating them to the target uploader
11
12 A list of available uploaders can be seen in [Configuration Cheat Sheet](../../configuration/cheatsheet.md#pleromaupload)