So I'm having issues with configuring daily backups on AWS RDS PostgreSQL database which should then save on AWS S3 Bucket.
I have my database and S3 bucket up and running, I've figured out there are snapshots but apparently you can't really do anything with them, since they're on AWS RDS and that's it.
I'm quite a beginner at this and I've been googling like crazy for the past couple of hours and still have not found the solution. The closest I was, was with this - Exporting a AWS Postgres RDS Table to AWS S3 but I still don't know how to do the whole table.
Any suggestions?
Thank you