Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
6750 Vizualizări

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

Imagine profil
Abandonează
Cel mai bun răspuns

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;


Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
apr. 19
3674
2
oct. 25
1565
1
iul. 25
2337
4
apr. 25
12902
1
feb. 25
4147