C clops Basic Pleskian Sep 20, 2013 #1 What script is making MySQL Daily Dumps? May I alter it to also make PostgreSQL daily dumps?
abdi Platinum Pleskian Sep 20, 2013 #2 Plesk code is LOCKED! And even if it wasn't I wouldn't recommend medaling with it ..You can easily backup all postgre DBs with a single command, which you can then cron! Code: pg_dumpall | gzip -c > all.dbs.out.gz More here .. http://www.cyberciti.biz/tips/howto-backup-postgresql-databases.html
Plesk code is LOCKED! And even if it wasn't I wouldn't recommend medaling with it ..You can easily backup all postgre DBs with a single command, which you can then cron! Code: pg_dumpall | gzip -c > all.dbs.out.gz More here .. http://www.cyberciti.biz/tips/howto-backup-postgresql-databases.html