Page 3 of 3

Re: Servoy 3.5 rc7

PostPosted: Tue Nov 25, 2008 5:05 pm
by jkipling
Yes, I meant 3.5.7, thanks.

So, If I run that java line it will find the necessary upgrade files and take care of everything? I don't need to move any new files to the servoy directory first?

svroemisse wrote:I assume you mean to upgrade to Servoy 3.5.7 :)

There is no way to do it via the admin page. You can, however, update from the command prompt - whether remote or local - like so:
Code: Select all
java -jar servoy_server_updater.jar

With 3.5, you will need to repeat the process for every version released between your current version and the desired version. This is fixed in 4.0.

Re: Servoy 3.5 rc7

PostPosted: Tue Nov 25, 2008 5:14 pm
by svroemisse
jkipling wrote:Yes, I meant 3.5.7, thanks.

So, If I run that java line it will find the necessary upgrade files and take care of everything? I don't need to move any new files to the servoy directory first?

Yes, it will fetch all the files it needs by itself. You will obviously need to shut down your Servoy server or developer instance first though.