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;
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
kwi 19
|
3350 | ||
|
1
lip 25
|
1671 | ||
|
4
kwi 25
|
11987 | ||
|
1
lut 25
|
3391 | ||
|
1
sty 25
|
1305 |