Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
6331 Prikazi

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

Avatar
Opusti
Best Answer

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;


Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
apr. 19
3351
1
jul. 25
1673
4
apr. 25
11992
1
feb. 25
3396
1
jan. 25
1312