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
|
3873 | |||
|
1
lis 25
|
197 | |||
|
2
paź 25
|
1950 | |||
|
1
lip 25
|
2846 | |||
|
4
kwi 25
|
13465 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.