Backing up a Postgres Database Locally and to AWS S3 Using logrotate and pg_dump
Backing up databases to a remote source can sometimes be a time-consuming or daunting process. Fortunately, there exists a nice solution with Postgres with logrotate, pg_dump, and the AWS S3 CLI. I implemented this solution, and it has been working great, to back up a Mattermost (read Slack clone) database....