i am facing this error whenever i want to update a module from command line,
Using the database user 'postgres' is a security risk, aborting.postgres@ubuntu:/odoo/extra_addons/module_test
here you can see my odoo.conf configuration
options] ; This is the password that allows database operations: ; admin_passwd = admin db_host = False db_port = False db_user = odoo db_password = False addons_path = /usr/lib/python2.7/dist-packages/openerp/addons,/odoo/extra_addons
what it could be the issue ?