S3 migrations from/to minio problems

I updated to the latest. however still migration to s3 doesn’t work. cc : @zogstrip

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)
2 Likes