I have two different installations of Servoy on our development server. One is the main Servoy installation that we would like to use for testing, and the one that we’ll export our deployment releases from. The other is the development instance that runs the embedded application server on separate ports than the original.
My question is this: If I would like to have the testing instance running one version of a solution and the development instance running another version of the same solution, do I have to create a separate repository_server database for each instance or can I somehow run two different versions of the same solution at one time from the same repository_server database?
I had tried to keep them on the same database (less hassle), and then go to the servoy-admin page and activate an older solution version for the testing instance. The problem with this is that when I make the change on the testing instance it also changes for the development instance. Apparently I cannot have separate versions running on separate application servers from the same repository_server database… is this right?
Can anyone confirm, or offer suggestions? Thanks.