ローカルストレージからS3サーバーへのファイル/画像アップロード場所の変更に関する問題

I was facing a lot of storage issues with my discourse website. Hence, I tried setting up an S3 Server so that I can upload my images/files/backups onto the server.

I followed all the steps in the guide attached below to go about doing this
Setting up file and image uploads to S3 - howto / sysadmin - Discourse Meta

However, none of my backups are getting uploaded to the S3 Server. Is there a way I can go about fixing this? Any possible troubleshooting mechanisms?

Have you tried, the below command after you have configured everything?

rake uploads:migrate_to_s3
rake posts:rebake
「いいね!」 1

I recommend following Using Object Storage for Uploads (S3 & Clones).

If your backups are not on S3 then you’re going something wrong.

「いいね!」 3

Thank you. Will check this out!

Unfortunately, this didn’t work.