In order to update Servoy 6.1.x we strongly advice (as always) to make a backup of your current Servoy installation. (directory and database)
To update Servoy 6.1.x Developer, change the Servoy update site url to: http://www.servoy.com/developer/70x_updates
via Window > Preferences > Install/Update > Available Software Sites
Then “Check for updates” via help menu.
To update Servoy 6.1.x server follow the steps:
run the servoy_updater in the installation directory
change the servoy_server.bat/.sh to include the lib “wiquery.jar” in classpath (OR change the wrapper.conf to include the lib “wiquery.jar” in classpath)
start the server and pass the “-upgradeRepository” flag (as told when you omit)
When completed, start the server normally
There are 4 fixed issues in Servoy 7 which might cause different solution behaviour:
SVY-4288 Column converters aren’t called to translate values when using FoundsetUpdater
SVY-3787 Converters ignored when using find or addFoundSetFilter
SVY-5036 User properties usage from headlessclients like batchprocessors are no longer stored in servoy.properties
Check these issues to make sure you are not affected or adapt your solution accordingly.
I upgraded my Servoy installation exactly as described above. I upgraded from Servoy Server Version: 6.1.3 (build 1424) to 7.3 (build 2018). It all seems to be working.
I got this warning:
Warning: You are installing software that contains unsigned content. The authenticity or validity of this software cannot be established. Do you want to continue with the installation?
C:\Servoy\developer\plugins\com.collabnet.subversion.merge_4.0.2.jar
C:\Servoy\developer\features\com.collabnet.subversion.merge.feature_4.0.2
C:\Servoy\developer\plugins\com.trilead.ssh2_1.0.0.build217_r155_v20130603_1628.jar
C:\Servoy\developer\plugins\net.java.dev.jna_3.5.2.jar
C:\Servoy\developer\features\net.java.dev.jna_3.5.2
C:\Servoy\developer\plugins\org.tigris.subversion.clientadapter_1.10.1.jar
C:\Servoy\developer\features\org.tigris.subversion.clientadapter.feature_1.10.1
C:\Servoy\developer\plugins\org.tigris.subversion.clientadapter.javahl_1.8.4.jar
C:\Servoy\developer\features\org.tigris.subversion.clientadapter.javahl.feature_1.8.4
C:\Servoy\developer\plugins\org.tigris.subversion.clientadapter.javahl.win64_1.8.4
C:\Servoy\developer\plugins\org.tigris.subversion.clientadapter.svnkit_1.8.0.1.jar
C:\Servoy\developer\features\org.tigris.subversion.clientadapter.svnkit.feature_1.8.0.1
C:\Servoy\developer\plugins\org.tigris.subversion.subclipse.core_1.10.3.jar
C:\Servoy\developer\features\org.tigris.subversion.subclipse_1.10.3
C:\Servoy\developer\plugins\org.tigris.subversion.subclipse.ui_1.10.3.jar
C:\Servoy\developer\plugins\org.tmatesoft.sqljet_1.1.8.SNAPSHOT_r1300_v20130826_2110.jar
C:\Servoy\developer\plugins\org.tmatesoft.svnkit_1.8.0.rc1_r10069_v20131105_1500.jar
C:\Servoy\developer\features\org.tmatesoft.svnkit_1.8.0.rc1_r10069_v20131105_1500
Is this warning expected? I thought so. I clicked ‘continue’ with the installation. It all seems to be Ok. Just FYI.