seshu_ram
(Seshank K)
18 april 2021 om 06:19
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)
18 april 2021 om 09:35
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)
18 april 2021 om 12:06
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)
21 april 2021 om 04:33
4
Thank you. Will check this out!
seshu_ram
(Seshank K)
21 april 2021 om 04:33
5
Unfortunately, this didn’t work.