What is the best way to upgrade Servoy 3.1.6 to V 3.5?

Hi all,

We have Servoy3.1.6 with repository and the rest of the database running on MS SQL Server.
What is the best way to upgrade it to Servoy V 3.5?

Thanks in advance,

Abrahim

Assuming that you stay on the same database, I suggest:
1- export your complete solution, including modules
2- quit 3.1.x Developer and Application Server
3- create a new schema in SQL Server called: 35_repository
4- install a clean Servoy 3.5
5- startup Servoy 3.5 and setup your db connections to your current schemas,
except for the repository, that one should connect to the new 35_repository schema
6- Reboot Servoy 3.5 Developer and import your solution
7- Startup 3.5 Application Server

You might also want to update all servoy sequences for all tables on all active servers after you’ve started up 3.5 Server.

Done!

Thanks Karel!

Abrahim