# Migrate\_to\_s3 for Digital Ocean Spaces woes

**URL:** https://meta.discourse.org/t/migrate-to-s3-for-digital-ocean-spaces-woes/109662
**Category:** Self-hosting
**Tags:** s3
**Created:** [2월 20, 2019, 3:54오후 UTC](https://meta.discourse.org/t/migrate-to-s3-for-digital-ocean-spaces-woes/109662 "2019-02-20T15:54:27Z")
**Posts on this page:** 1
**Showing post:** 24

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [3월 15, 2019, 10:49오후 UTC](https://meta.discourse.org/t/migrate-to-s3-for-digital-ocean-spaces-woes/109662/24 "2019-03-15T22:49:12Z")

</div>

Well, no, it seems like nothing is happening. Nothing happens when running `MigrateUploadScheme` and there are no sidekiq jobs queued.

```plaintext
root@shadrack-rbx:/var/www/discourse# rake uploads:migrate_to_s3
Migrating uploads to S3 for 'default'...
Some uploads were not migrated to the new scheme. Please run these commands in the rails console

SiteSetting.migrate_to_new_scheme = true
Jobs::MigrateUploadScheme.new.execute(nil)
root@shadrack-rbx:/var/www/discourse# rails c
[1] pry(main)> SiteSetting.migrate_to_new_scheme = true
=> true
[2] pry(main)> Jobs::MigrateUploadScheme.new.execute(nil)
=> []

```

---

_[View the full topic](https://meta.discourse.org/t/migrate-to-s3-for-digital-ocean-spaces-woes/109662)._
