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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
3290
Vistas
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
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
Restore database problem
Resuelto
|
|
2
ago 24
|
10267 | |
|
1
nov 22
|
2831 | ||
|
3
mar 21
|
9154 | ||
|
6
jun 25
|
14767 | ||
|
3
ene 22
|
4962 |