Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
6110 Ansichten

How to take backup of database from remote server?

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

Avatar
Verwerfen
Beste Antwort

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>
Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
9
Juli 25
64939
9
Juli 24
98483
1
Juli 22
4939
12
Juni 24
21607
0
Apr. 22
50