我是Mac新手,试图在postgres sql上进行备份和恢复。我在mac机器上安装了postgresql。我试图创建一个文件.bash_profile并给出postgres的路径“/Library/PostgreSQL/9.6/bin”下面是命令我试图在终端中运行
/Library/PostgreSQL/9.6/bin/pg_restore --host "localhost" --port "5432" --username "postgres" --dbname "postgres" /Library/PostgreSQL/9.6/bin/my.backup
但它不知何故不起作用。使用PG admin 4恢复现有表时,我将获得权限被拒绝
[Errno 13] Permission denied: u'/Library/PostgreSQL/9.6/bin/aa.backup'