Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
3324 Переглядів

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
10358
1
лист. 22
2929
3
бер. 21
9254
6
черв. 25
14894
3
січ. 22
5069