Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
6091 Lượt xem

How to take backup of database from remote server?

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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>
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
9
thg 7 25
64878
how to backup ? Đã xử lý
9
thg 7 24
98323
1
thg 7 22
4923
12
thg 6 24
21560
0
thg 4 22
50