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

How to take backup of database from remote server?

I have no full rights of server. I have guest user access.

아바타
취소
베스트 답변

There is no way around the security designed to prevent unauthorized users from backing up the database.


A - You can only take a backup of the OpenERP database from the OpenERP user interface if you have the master password.

1) Click Manage Databases from the Login Screen

image description

2) Click Backup

image description


B - You can only take a backup of the OpenERP database from the operating system if you have permission to execute the relevant PostgreSQL command.

pg_dump --format=c --no-owner --username=<> --host=<> --port=<> <dbname>
아바타
취소
관련 게시물 답글 화면 활동
9
7월 25
64954
how to backup ? 해결 완료
9
7월 24
98509
1
7월 22
4941
12
6월 24
21614
0
4월 22
50