I’ve recently migrated a Servoy 2.2.4 instance to Servoy 8.1. Since this was a pre-servoy 3.x version I had to convert it to 3.5 first and then to 8.1.
As Sean says you will get a whole lot of build markers with things like deprecated functions (rowBgColor is a prominent one) and form problems (elements not completely ON the form).
Another thing is that you should redo the security to use the login and authenticator modules.
But overall it’s doable.
TIP: For the deprecated functions in your code, you can hover over them with the option/alt key pressed to see their original tooltip with the info on what has replaced it (if any).