Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
6104 Weergaven

How to take backup of database from remote server?

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

Avatar
Annuleer
Beste antwoord

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
9
jul. 25
64930
9
jul. 24
98462
1
jul. 22
4936
12
jun. 24
21603
0
apr. 22
50