تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
5774 أدوات العرض

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
مايو 20
8168
1
يناير 25
22269
1
مايو 21
4625
5
يناير 17
3797
3
يوليو 15
3555