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;
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
0
Apr 19
|
3863 | |||
|
2
Okt 25
|
1946 | |||
|
1
Jul 25
|
2835 | |||
|
4
Apr 25
|
13460 | |||
|
1
Feb 25
|
4522 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.