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

Good Morning

I've recently installed some git modules in my Odoo v8 installation. I installed the server in an Ubuntu server following the guide here https://www.odoo.com/documentation/8.0/setup/install.html

I would like to know how to start odoo server with the --update all option. Because I've tried to perform it any way but I can't make it work on root and postgres users. And provokes and error of "role [ubuntu-user] does not exist" when accessing from [ubuntu-user].


Thank you

頭像
捨棄
最佳答案

kindly create the role of the user you logged into the machine by using below command:

sudo su postgres

createuser USERNAME --createdb --no-superuser --no-createrole

then start the server again of odoo

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
10
5月 20
8046
1
1月 25
22088
1
5月 21
4387
5
1月 17
3673
3
7月 15
3417