Hi
I need to restore a .dump backup file, but I cant do it using openerp v7's web interface, since it always crashes my local server.
How can I restore the dump file using command line?
Please describe it step by step.
Thanks a lot, regards
Hi
I need to restore a .dump backup file, but I cant do it using openerp v7's web interface, since it always crashes my local server.
How can I restore the dump file using command line?
Please describe it step by step.
Thanks a lot, regards
The exact format of the commands that Odoo uses for backup and restore is below.
For backup
pg_dump --format=c --no-owner --username=<> --host=<> --port=<> <dbname>
For restore:
pg_restore --no-owner --dbname=<>
and how to say whats the new database name and then load this dump in?
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
3
jan. 22
|
7581 | |||
|
1
abr. 25
|
3803 | |||
|
Odoo Database error
Resolvido
|
1
dez. 21
|
12940 | ||
|
1
fev. 19
|
18196 | |||
|
1
mar. 15
|
5851 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.