[SOLVED]pg:dump won't work

2 posts / 0 new
Last post
#1 Sat, 03/16/2013 - 06:40
just_me

[SOLVED]pg:dump won't work

pg_dump: [tar archiver] could not open ... Permission denied.

I tried with setting the owner/group of the backupdirectory to postgres/postgres but that won't work either. Any setting in config i could use, to get backup working?

Thx in advance

Best

Sun, 03/17/2013 - 04:53
just_me

create a folder for postgresbackup chmod 775 chown postgres:postgres And, if you backup all Databases, don't forget to just enter the path like this...

/home/backup/postgresbackup/

That's it.

Best

Topic locked