跳至內容
選單
此問題已被標幟
1 回覆
6339 瀏覽次數

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;


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
4月 19
3354
1
7月 25
1674
4
4月 25
11996
1
2月 25
3403
1
1月 25
1316