Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
5656 Weergaven

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

Avatar
Annuleer
Beste antwoord

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

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
10
mei 20
8052
1
jan. 25
22097
1
mei 21
4420
5
jan. 17
3674
3
jul. 15
3420