Page 1 of 1

How to migrate my apps from to a new VisionX version

PostPosted: Tue Apr 30, 2019 5:36 pm
by reversedr
Hello!

Would like to know what are the steps to migrate my apps from visionx to a new visionX version?

Thank You

Re: How to migrate my apps from to a new VisionX version

PostPosted: Thu May 02, 2019 2:32 pm
by Support@SIB
The easiest procedure is: Full Export from VisionX A and import in VisionX B.

It's also possible to copy the application directory, e.g. if you use an external database. Simply copy the app directory from VisionX A to VisionX B. The application is located in <VisionX>/rad/apps/<appname>

If you're a software developer, it's also possible to use external application folders. An external application folder is better for SCM.

Re: How to migrate my apps from to a new VisionX version

PostPosted: Fri May 03, 2019 10:11 am
by reversedr
Hello!

I tryed the

"Full Export from VisionX A and import in VisionX B." and the " copy the app directory"

but for some applications it says in visionx "Application is not up-to-date!"

I added a screenshot with the Application Information Errors

Any way to fix it ?

Thank You

Re: How to migrate my apps from to a new VisionX version

PostPosted: Fri May 03, 2019 10:58 am
by Support@SIB
VisionX tries to update the jar files on startup or after Import. What happens if you restart VisionX?

It's also possible that the jar update fails because your application contains custom code which isn't compatible with new APIs. This can but shouldn't happen because we try to be backwards compatible as good as possible.

You could check if the work directory in your application contains a .recompile file.