跳至内容
菜单
此问题已终结
1 回复
6319 查看

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
3348
1
7月 25
1671
4
4月 25
11985
1
2月 25
3390
1
1月 25
1305