How to backup a Postgresql database to Azure daily, using Java on Linux

Java Azure

31 October 2023 0 Comment

I am using a cronjob on linux to backup the postgresql database of this blog daily. I wanted to show how it's done with java. I can also send a notification email.

Read More