콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
9111 화면

When I installed odoo 9, I created a user named odoo(not a superuser). Using this user I can create and delete the database.

But when I am trying to back up my database, it shows no owner pg_dump. I am little confused about this situation. I tried to change the privilege of odoo user to superuser using the command "alter user 'odoo' with superuser"; but it does not alter the role. 

How can I give all privileges to my odoo user-backup, restore etc...?


아바타
취소
베스트 답변

Please update your question by explaining the method of backup, through a query or using third party application? If you are using a query then please pass user credentials as params.

for example:

pg_dump [dbname] -U username --role=rolename filename
아바타
취소
작성자

I had back up my database through odoo interface.

okay set admin_passwd in the conf file and update the security Postgres for odoo user in pg_hba file accordingly

관련 게시물 답글 화면 활동
1
12월 24
6120
3
8월 24
6977
4
7월 24
41310
5
4월 23
99138
3
11월 22
4388