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;
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
0
thg 4 19
|
3868 | |||
|
1
thg 11 25
|
178 | |||
|
2
thg 10 25
|
1948 | |||
|
1
thg 7 25
|
2838 | |||
|
4
thg 4 25
|
13462 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.