Issues with changing File/Image upload location to S3 Server from local storage

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 Like

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

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

3 Likes

Thank you. Will check this out!

Unfortunately, this didn’t work.