Database schema

Started by xatteg, June 12, 2012, 12:45:39 PM

Previous topic - Next topic

xatteg

Hello Guys,

I've installed Netxms 1.2.1 with DB Postgressql using driver "/usr/local/lib/libnxddr_pgsql.so" in netxmsd.conf.
I assume that it is more correct to use pgsql.ddr driver. Can I convert existing database schema and data to be used with pgsql.ddr driver? Or maybe it is not needed at all to use pgsql.ddr?

Best regards,
Roman

Victor Kirhenshtein

Hi!

It's actually the same. pgsql.ddr is a new naming scheme, and libnxddr_pgsql.so is old one. In fact, /usr/local/lib/libnxddr_pgsql.so is just a symbolic link to /usr/local/lib/netxms/dbdrv/pgsql.ddr, so it doesn't matter what you specify as a driver.

Best regards,
Victor