コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
6330 ビュー

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
3351
1
7月 25
1673
4
4月 25
11992
1
2月 25
3394
1
1月 25
1312