Remote server operations - Query

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Remote server operations - Query

samoo
Hi Orbeon experts

I have one question about the Remote server operations (link here: https://github.com/orbeon/orbeon-forms/wiki/Form-Runner-~-Home-Page#remote-server-operations). When you publish a form to a remote server where the form runner is hosted, Is the form definitions data (i.e. form meta data) transferred to the remote server? Does this mean that we don't need to migrate the form definitions as explained here (http://wiki.orbeon.com/forms/doc/developer-guide/form-runner/persistence-api#TOC-Migrating-form-definitions-to-another-database)

the question in another way, I have env1 (form builder and Oracle DataBase1), and I want to publish a form created in env1 into a form runner hosted on env2(which connects to a different DB, let's say Oracle Database2). If we use this remote publish function, does this mean we don't need to migrate the form definitions from database1 to database2?

Your help is very appreciated :)

thanks
Samo
Reply | Threaded
Open this post in threaded view
|

Re: Remote server operations - Query

Erik Bruchez
Administrator
Samo,

Currently this function only migrates form definitions and their attachments, but not the data (that is, data created by users for the form) associated with the form.

I hope this helps,

-Erik