I am trying to backup/restore AgensGraph db using pg_dump/pg_restore utilities (as I understood from manual it should work for both relational and graph entities). However, it fails when I try to ...
been looking all over for a way to get pg_dump to play nice as a cron job. I've got it to work manually with the command:<BR><BR>pg_dump -u mydb > mydb.sql<BR><BR>With the above command, I'm prompted ...
pg_dump: not found on the specified binary path. pg_restore: not found on the specified binary path. psql: 16.9 pg_dumpall: 17.5 pg_dump: not found on the specified binary path. pg_restore: not found ...