Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
6020 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
10
kvě 20
8346
1
led 25
22720
1
kvě 21
4895
5
led 17
4038
3
čvc 15
3692