How to Backup Your PostgreSQL Database to Google Drive Automatically Using Bash
I run two posrgres databases in production. One is connected to a Django app and runs on docker, the other one powers Node.js server. Fun fact, I once was locked away from my …
