You probably enabled daily backups and the system tries to store them on Amazon S3, but gets an “Access Denied” error. First thing you could do is switching to local backup storage by going to /admin/site_settings/category/all_results?filter=backup%20location and changing the setting to “Local”.
If you want to store the backups on S3, please make sure that the S3 credentials are still valid. I recommend following the Configure automatic backups for Discourse guide.
And yes, I know, the error handling at /admin/backups could be improved. I’ll work on that…
I followed the guide linked above, the full IAM policy is in Setting up file and image uploads to S3 , which I’m linking to rather than pasting in as that’s likely to be updated in the future and this isn’t
I’m now getting this error. My policy looks right from the guide and nothing else changed. Is there any more debugging I can do to track down what happened?
Thanks Sam, It was a pretty generic “Access Denied” error. I recreated the role per this post: Setting up file and image uploads to S3 and it started working again.