odoo/doc
nvi-openerp b2f7d0c445 [FIX] Fixed imcompatiblity with Windows
bzr revid: nicolas.vanhoren@openerp.com-20101028094826-mqefsvceu14w3v2n
2010-10-28 11:48:26 +02:00
..
migrate Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
tests [FIX] Fixed imcompatiblity with Windows 2010-10-28 11:48:26 +02:00
COPYING passing in GPL-3 2008-11-03 19:27:16 +01:00
Changelog [MERGE] Merged the changelog upto 5.0.10 2010-05-11 20:09:54 +05:30
Changelog-4.x [REL] 5.0.2 2009-08-12 11:54:43 +02:00
Changelog-4.x.moved [merge] merge from lp:~xrg/openobject-server/optimize-5.0 and removed some confilts 2009-11-20 20:01:04 +05:30
Changelog-6.x [ADD] new experimental utility script: xml2yml for conversion of XML data/test files to the new YAML format 2010-05-20 16:35:28 +02:00
INSTALL [FIX] Fixed imcompatiblity with Windows 2010-10-28 11:48:26 +02:00
License.rtf Upgrade the license 2008-10-31 07:51:17 -04:00
README.urpmi [MAJOR]: change the system user for Mandriva to "openerp". 2009-06-13 18:15:59 +03:00
README.userchange [MAJOR]: change the system user for Mandriva to "openerp". 2009-06-13 18:15:59 +03:00
openerp-server.conf [REF] config: rationalized config parameters to make consistent for v6. 2010-08-10 15:12:00 +02:00
openerp-server.init Mandriva: when server starts/stops, run scripts 2009-10-24 01:29:25 +03:00
openerp-server.logrotate Rename TinyERP to OpenERP in scripts. 2008-09-23 19:01:56 +03:00

README.userchange

Important note for OpenERP build >= 5.0.1-11xrg:

THE USERNAME HAS CHANGED!!

Former user "tinyerp" is now called "openerp".


For that, you will have to make sure the following files are chowned
to the new user:

/var/log/openerp
/var/spool/openerp
/var/run/openerp
/etc/openerp
/etc/openerp/cert.cfg
/etc/openerp-server.conf
/etc/logrotate.d/openerp-server

Then, rename the user in the postgres database:

 psql -U postgres postgres
 
 ALTER ROLE tinyerp RENAME TO openerp;
 
Then, edit your openerp-server.conf to depict the change:
- db_user = tinyerp
+ db_user = openerp

Good luck!