Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
If you are looking into migrating all the apps, please look at Backup, Restore and Disaster Recovery.
In order to migrate a single 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.
This section is applicable to you if you intend to migrate the form data stored in the server, otherwise, you can move on to the next section.
...
However, it is important to note that although there's ability to export form data in Export App feature, the intent of this feature is to export/import setup data, not production data. If the resultant export package size file size is too big, importing it later on will result in error / request time out issues.
This section is applicable to you if you intend to migrate the form data stored in the server, otherwise, you can move on to the next section.
...
This section is applicable to you if your app is making use of processes (Process Builder), otherwise, you can move on to the next section.
...
In the case of you find in important to preserve the audit trail of the part / completed process data, you can enable Process Data Collector at the app level. Process related data of the app would be written into set of tables (app_report_* tables) that can be easily digested for analytical use. However, this plugin would only work on new process data as they are being executed after it is enabled, and not retrospectively on past data.
This section is applicable to you if your app is making use plugins, otherwise, you can move on to the next section.
Referring to Figure 1 above, plugins that are used by the app can be exported alongside with the app itself. You should check if the new / target server has the same plugins but of different versions and check for its compatibilty.
This section is applicable to you if your app is making external calls / relying on external systems, otherwise, you can move on to the next section.
...
For each of them, do check for permission in the external systems to see if you need to whitelist / permit your new server in order to continue to function normally. If the new server is located in environment that is significantly different with current server (i.e geographically far away), it would be good to test its network / throughput to ensure that the app in the new server would be able to function within expected response times and not get bogged down by slow external integrations.
When we are migrating the app out from one to another, it is good to maintain the exact same version from the original server and the one you are migrating to. This is so that we do not introduce too much of moving variables, in case the app we migrated to, fails to function as expected.
Bear in mind that if you intend to upgrade your Joget platform, do it first at the environment where the staging server is, or upgrade the staging server where the said apps have been confirmed working before by following the Upgrade Guide. This way, the only change made is to upgrade the Joget platform version. It would be easier to find out cause of any problems as there are not many variables changed.
Typically, we will continue to server the same set of users in the new server as we scale out.
...
Otherwise, you may need to duplicate the existing user directory date (tables with prefix of dir_ in the database) to the new server.
Before attempting anything, always perform a backup in any (app or database) servers that you will be working on. This is so that there's always something to fallback on, just in case!
...
Migrate non-process data over first by copying them over. Remember to copy and not to move, so that the original server remains fully functional and intact.
Then, perform the follow steps, starting with just 1 process instance.
...