PostgreSQL
Automate PostgreSql Backup with Cron
Create The Postgres Password File The file .pgpass in a user’s home directory can contain passwords to be used if …
June 30, 2022
Read Now
Create The Postgres Password File The file .pgpass in a user’s home directory can contain passwords to be used if …
Install dependencies To be able send an email from the backup bash command, we have to install mailutils: apt install m…