Dear colleagues, I have a sh-script which run pg_dump by hand successfully. But I have no results when I run this script using crontab. Unfortunately, I'm new for Postgres and even have no idea, what the matter. I can't get any error log. Please, help me. Here is my sh-script: #!/bin/sh PG_BIN=/ora/pgsql/bin BACKUP_DEST=/ora/home/FOR_POSTGRES/backup/dump $PG_BIN/pg_dump -f $BACKUP_DEST/`date +%d%m%Y`_cspb.dmp dbname Thanks, Slava