Haim Ashkenazi a écrit : > Hi > > I'm installing Nuxeo EP and want to use postgresql as backend. I've > read the related part of the administrator's guide and the postgresql > section of the "howto's". I have a few questions regarding this setup: > > 1. I've used postgresql 8.2 (which is the default for ubuntu). is it OK?
Yes. 8.3 is now released too, we have not tried it yet but it should work too (with a performance improvement as well). > 2. I still have 2 files that are not documented in the admin guide: > nxsqldirectory-ds.xml and nxcomment-jena-ds.xml. do I just convert > them like I did the others? do they need other settings? Yes. > 3. The documentations use the "postgres" user as the database user. I > created another user since "postgres" is the admin user and I don't > want applications to use it. is it OK? Yes + the fact that for security reasons postgres should not be able to login remotely (by network connection) but only by the unix socket for security reasons (see pg_hba.conf for details). The Nuxeo documentation should be updated to fix that issue. -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
