NetXMS Support Forum

English Support => General Support => Topic started by: enryfantasy on April 06, 2021, 11:45:02 AM

Title: database has core schema version 35.17, tool compiled for version 34.7
Post by: enryfantasy on April 06, 2021, 11:45:02 AM
Hi,
I installed on a  ubuntu machine netxms server 3.8.250-1
I don't know what happened when I upgraded db but it now says:
NetXMS Database Manager Version 3.4.178 Build 3.4-178-g757c658f4d (UNICODE)

Upgrading database...
Your database has core schema version 35.17, this tool is compiled for version 34.7.
You need to upgrade your server before using this database.

How it it possibile? nxdbsmgr seems to be older than server. How to ugrade it?
Title: Re: database has core schema version 35.17, tool compiled for version 34.7
Post by: Victor Kirhenshtein on April 06, 2021, 11:47:24 AM
Hi,

looks like you have older version of NetXMS (3.4.178) somewhere in the path as well. Make sure that you don't have old version installed from sources for example.

Best regards,
Victor
Title: Re: database has core schema version 35.17, tool compiled for version 34.7
Post by: enryfantasy on April 06, 2021, 12:08:34 PM
Thanks.
Probabily in past I installed a version from sources. But, How can I remove it? I cannot find it using dpkg
Title: Re: database has core schema version 35.17, tool compiled for version 34.7
Post by: Victor Kirhenshtein on April 06, 2021, 12:16:24 PM
Default path for source install is /usr/local/bin and /use/local/lib. It looks like old version is in your path, so command

which nxdbmgr

should show it's location.

Best regards,
Victor
Title: Re: database has core schema version 35.17, tool compiled for version 34.7
Post by: enryfantasy on April 06, 2021, 12:23:55 PM
Thanks.
It was installed in usr/local/bin. removing those version now everything works fine.
Thanks again.