mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-04-07 03:00:59 +02:00
558 B
558 B
Managing uploads
{! administration/CLI_tasks/general_cli_task_info.include !}
Migrate uploads from local to remote storage
=== "OTP"
```sh
./bin/pleroma_ctl uploads migrate_local <target_uploader> [option ...]
```
=== "From Source"
```sh
mix pleroma.uploads migrate_local <target_uploader> [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