Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
3306 Visualizações

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

Avatar
Cancelar
Melhor resposta

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

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
2
ago. 24
10304
1
nov. 22
2871
3
mar. 21
9199
6
jun. 25
14835
3
jan. 22
5015