NetXMS Support Forum

English Support => General Support => Topic started by: xatteg on June 12, 2012, 12:45:39 PM

Title: Database schema
Post by: xatteg on June 12, 2012, 12:45:39 PM
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
Title: Re: Database schema
Post by: Victor Kirhenshtein on June 12, 2012, 11:08:30 PM
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