I'm trying to run a pg_dump under Crontab (FreeBSD is the OS).
The command line is:
/usr/home/jwilbur/usr/local/bin/pg_dump ShopCart > ~/usr/local/shopcart/backup/ShopCart.pgdump
I am getting the following message:
pg_dump: [archiver (db)] connection to database "ShopCart" failed: FATAL 1: user "adam" does not exist
What can I do to correct this?
Thanks,
/Dan