跳至內容
選單
此問題已被標幟
1 回覆
6102 瀏覽次數

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
64930
9
7月 24
98459
1
7月 22
4936
12
6月 24
21602
0
4月 22
50