logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git

uploads.md (566B)


  1. # Managing uploads
  2. {! backend/administration/CLI_tasks/general_cli_task_info.include !}
  3. ## Migrate uploads from local to remote storage
  4. === "OTP"
  5. ```sh
  6. ./bin/pleroma_ctl uploads migrate_local <target_uploader> [option ...]
  7. ```
  8. === "From Source"
  9. ```sh
  10. mix pleroma.uploads migrate_local <target_uploader> [option ...]
  11. ```
  12. ### Options
  13. - `--delete` - delete local uploads after migrating them to the target uploader
  14. A list of available uploaders can be seen in [Configuration Cheat Sheet](../../configuration/cheatsheet.md#pleromaupload)