aboutsummaryrefslogtreecommitdiff
path: root/docs/administration/CLI_tasks/uploads.md
blob: 71800e341944c269989a01d5dcc0e43a78425508 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
$PREFIX migrate_local <target_uploader> [<options>]
```
### 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)