Postgresql pg_dump is a usefull tool to backup Postgresql database. By default, pg_dump will ask for a password of the user that runs the command from command line. It is pretty easy if we manually type it from command line. But if we want to use it in automatic regular backup using crontab, it can … [Read more...] about How to Use Postgresql pg_dump in Crontab Without Password
Recent Comments