Postgresql database bash dump script

I’ve wrote a simple bash script to dump databases from a Postgresql database server which uses the pg_dump and pg_dumpall. [bash] #!/bin/bash ## This scripts dumps all the databases in […]

Postgresql database bash dump script Read More ยป