You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


Assessing App Structure

In order to migrate a Joget app from one server to another, we will need to assess the current footprint of the app to determine the best way to migrate.

  1. App Form Data
  2. Shared App Form Data
  3. App Process Data
  4. Plugins
  5. Integration with External Systems

App Form Data

As part of application building best practises, your app table name should have is own prefix.

For example, in the screenshot below. The "Expenses Claim" app is making use of "j_expense" as the prefix in its forms' table naming.

Migrating app form data out would be quite straightforward since it resides in its own set of tables.


Figure 1: Form tables

Shared App Form Data

Referring to Figure 1 above, 

App Process Data


Plugins


Integration with External Systems






Form Data


Process Data






  • No labels