Arbitrary tweets made by TheGingerDog up to 23 August 2015
Tag: postgresql
PostgreSQL Backup script (python)
Perhaps the following will be of use to others. In a nutshell, it’s a python script which backs up a provided list of PostgreSQL databases. I’ve written it for Windows, but it should work on Linux too (just change the paths in the BACKUP_DIR and dumper variables. No doubt it could be changed to query… Continue reading PostgreSQL Backup script (python)