İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
6105 Görünümler

How to take backup of database from remote server?

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

Avatar
Vazgeç
En İyi Yanı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>
Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
9
Tem 25
64930
how to backup ? Çözüldü
9
Tem 24
98468
1
Tem 22
4937
12
Haz 24
21604
0
Nis 22
50