Hello,
I m trying to make backup. i have master password and i double confirm master password from its main configuration file at /etc/openerp-server.conf . Its centos 6.5 final.
When i Try to make backup from its Backup function in "Manage Databases". it shows popup message "Access Denied".
I also try to make backup via command line. here is the output result i got.
bash-4.1$ pg_dump -f database1.tar -F tar -O database1
could not change directory to "/root"
pg_dump: [tar archiver] could not open TOC file "database1.tar" for output: Permission denied
OPenerp verision: openerp-7.0-latest
EDIT: 4 - SEP - 2014, After helping suggestion i got actual error.
pg_dump: server version: 9.2.9; pg_dump version: 8.4.20
pg_dump: aborting because of server version mismatch
How can i fix this issue ?
ANy help appreciated.