Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6322 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
dub 19
3348
1
čvc 25
1671
4
dub 25
11986
1
úno 25
3390
1
led 25
1305