Update 7.3.1 from 6.1.6

I have to update a server from 6.1.6 to 7.3.1. From the command I launch:
java -jar servoy_updater.jar -7.3.1
and it says:
Argument -7.3.1 not recognized
Servoy 7.4.2 Download

And it updates the 7.4.2, what am I doing wrong?
I really must update the 7.3.1.

thanks for your help

You need the release number, not the version string. Check this: https://wiki.servoy.com/display/Serv7/S … er+Upgrade

For 7.3.1 it’s 2022 (see viewtopic.php?f=16&t=20083).

I’m just not 100% sure that the -releaseNumber flag already works in 6.1.6. If not, you need to do a clean install, I think.

I have launched:
java -jar servoy_updater.jar -2022
but it says:
Argument -2022 not reconized,assuming -beta version
Current Servoy version 1439
New version avaible 1440
Servoy 7.3.0 version
And Servoy 7.3.0 (2018) is installed and the server starts.

Now if I lanch the command for update 7.3.0 from 7.3.1
java -jar servoy_updater.jar -2022
but it says:
Argument -2022 not reconized,assuming -beta version
Current Servoy version 2018
New version avaible 2033
Servoy 7.4.2 Version

If I clean install and install the version 7.3.1 I have the problem that the service not is started automatically, so I have to update from 6.1.6.

If you read closely, it says

java -jar servoy_updater.jar -releaseNumber buildNumber

So try

java -jar servoy_updater.jar -releaseNumber 2022

The service issue would be easy to fix as well. Run the uninstall bat in your 6.1.6 application_server/service install to remove the service pointing to the 6 install, then install 7 and run the install bat there.

I’ll try
Thank a lot