Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6092 Widoki

How to take backup of database from remote server?

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

Awatar
Odrzuć
Najlepsza odpowiedź

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>
Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
9
lip 25
64886
how to backup ? Rozwiązane
9
lip 24
98348
1
lip 22
4928
12
cze 24
21567
0
kwi 22
50