Skip to Content
Menú
This question has been flagged
1 Respondre
6370 Vistes

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
Descartar
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
Descartar
Related Posts Respostes Vistes Activitat
0
d’abr. 19
3371
1
de jul. 25
1712
4
d’abr. 25
12056
1
de febr. 25
3443
1
de gen. 25
1357