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

I made a backup with the pg_dump command and now every time I try to restore the odoo 12 database I get this message, how should I do the backup or how do I solve this problem

Аватар
Отменить
Лучший ответ

Hi,

Open your terminal

$sudo su postgres
$createdb -O [Owner] [database_name]
$pg_restore -d [database_name] [dumpfile_name].dump

(Note : owner -> db_user in conf file)

Regards

Аватар
Отменить
Related Posts Ответы Просмотры Активность
2
авг. 24
10471
1
нояб. 22
3006
3
мар. 21
9328
6
июн. 25
15053
3
янв. 22
5138