2019-10-03 06:35:21 +00:00
# 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` .
## Migrate uploads from local to remote storage
```sh
2019-10-03 06:38:24 +00:00
$PREFIX migrate_local < target_uploader > [< options > ]
2019-10-03 06:35:21 +00:00
```
2019-10-03 06:36:35 +00:00
### Options
2019-10-03 06:35:21 +00:00
- `--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 )