1 Important note for OpenERP build >= 5.0.1-11xrg:
3 THE USERNAME HAS CHANGED!!
5 Former user "tinyerp" is now called "openerp".
8 For that, you will have to make sure the following files are chowned
16 /etc/openerp-server.conf
17 /etc/logrotate.d/openerp-server
19 Then, rename the user in the postgres database:
21 psql -U postgres postgres
23 ALTER ROLE tinyerp RENAME TO openerp;
25 Then, edit your openerp-server.conf to depict the change: