Hi,
am stuck with an issue while restoring a database backup from odoo.sh which is in sql format.
After complete restoring the database is not appearing in odoo.
Thanks in advance
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
am stuck with an issue while restoring a database backup from odoo.sh which is in sql format.
After complete restoring the database is not appearing in odoo.
Thanks in advance
Hi,
Can you try the following code
Create database database_name;
ALTER USER your_user WITH SUPERUSER;
psql database_name < dump.sql
ALTER DATABASE database_name OWNER TO your_user;
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
RegistrarsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
abr 19
|
3357 | ||
|
1
jul 25
|
1676 | ||
|
4
abr 25
|
11997 | ||
|
1
feb 25
|
3404 | ||
|
1
ene 25
|
1317 |