seshu_ram
(Seshank K)
April 18, 2021, 6:19am
1
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?
Pravi
(PK)
April 18, 2021, 9:35am
2
Have you tried, the below command after you have configured everything?
rake uploads:migrate_to_s3
rake posts:rebake
1 Like
pfaffman
(Jay Pfaffman)
April 18, 2021, 12:06pm
3
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
seshu_ram
(Seshank K)
April 21, 2021, 4:33am
4
Thank you. Will check this out!
seshu_ram
(Seshank K)
April 21, 2021, 4:33am
5
Unfortunately, this didn’t work.