Difference between revisions of "HowTo:Transfer Data from UBIK 3 to UBIK 4"
(→Save all meta definitions to a SmartStudio Project) |
(→Enhanced Instance Data Transfer) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 5: | Line 5: | ||
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | ||
− | = | + | = General = |
+ | == Enhanced Instance Data Transfer == | ||
+ | Since Version 5.0.0 the Instance Data Transfer has been enhanced. | ||
+ | * The Instance Data Transfer now supports transfers from any source database (version 3.7 or later). | ||
+ | * Instances that have changed in the source system since the last transfer will be updated in the target system when performing a new transfer. | ||
+ | |||
+ | |||
+ | A detailed description of how to transfer data from an {{UBIK}} 3 environment to an {{UBIK}} 4 is provided in the "Transfer Data from UBIK 3 to UBIK 4" tab. | ||
+ | |||
+ | [[Category:How-To|Transfer Data from 3.7 to 4.0]] | ||
+ | [[Category:Install|Transfer Data from 3.7 to 4.0]] | ||
+ | [[Category:Installing|Transfer Data from 3.7 to 4.0]] | ||
+ | [[Category:Server|Transfer Data from 3.7 to 4.0]] | ||
+ | [[Category:Version 4.0|Transfer Data from 3.7 to 4.0]] | ||
+ | [[Category:Version 4.2|Transfer Data from 3.7 to 4.0]] | ||
+ | [[Category:Version 4.3|Transfer Data from 3.7 to 4.0]] | ||
+ | [[Category:Version 4.4|Transfer Data from 3.7 to 4.0]] | ||
+ | |||
+ | = Transfer Data from UBIK 3 to UBIK 4 = | ||
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED --> | <!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED --> | ||
Line 21: | Line 39: | ||
* Save the Project to the file system. | * Save the Project to the file system. | ||
− | + | {{Hint|Make sure to use the newest SmartStudio versions from the release portal (also for 3.7)!}} | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== Create an empty {{UBIK}} 4.0 database == | == Create an empty {{UBIK}} 4.0 database == | ||
Line 64: | Line 75: | ||
* Follow the wizard's instructions until the end. | * Follow the wizard's instructions until the end. | ||
=> The wizard copies all the instance data from the old 3.7 Environment to the new {{UBIK}} 4 Environment. | => The wizard copies all the instance data from the old 3.7 Environment to the new {{UBIK}} 4 Environment. | ||
+ | |||
+ | {{Hint|If the transfer keeps failing after some time, the maximum transaction timeout configured on your machine might be the issue: https://stackoverflow.com/a/21274884 or https://thecodesaysitall.blogspot.com/2012/04/long-running-systemtransactions.html }} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
== Maintain languages == | == Maintain languages == |
Latest revision as of 13:49, 5 June 2025
With UBIK® Server version 4, much has changed on database level. We had to sacrifice direct downward compatibility with respect to older database versions in order to gain new possibilities (see Dynamic Live Mode).
In order to upgrade a UBIK® Environment from version 3.7 to version 4, it is necessary to create a new database and to transfer the data from the old database to the new one. Here's how.