Tag: database

  • Backup script for PostgreSQL with zip support (Windows)

    Backup script for PostgreSQL with zip support (Windows)

    Simplest solution for backing up PostgreSQL databases. With this bat file you can dump one database to a file and compress it using 7-zip. PS. If you want a date in your filename simply add %date% var to it’s string. PS2. Of course check your paths before complaining it does not work 😛 @echo off […]