Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
6109 Представления

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>
Аватар
Отменить
Related Posts Ответы Просмотры Активность
9
июл. 25
64933
how to backup ? Решено
9
июл. 24
98475
1
июл. 22
4937
12
июн. 24
21605
0
апр. 22
50