akkoma/docs/docs/administration/CLI_tasks/uploads.md
floatingghost d2a185c013
Some checks are pending
ci/woodpecker/push/docs Pipeline is pending
ci/woodpecker/push/release Pipeline is pending
ci/woodpecker/push/test Pipeline is pending
Documentation updates for stable release (#73)
Reviewed-on: #73
2022-07-15 12:27:16 +00:00

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