Difference between revisions of "HowTo:Transfer Data from UBIK 3 to UBIK 4"
(→Optional: Maintain system object customizing) |
(→Optional: Maintain customizing) |
||
Line 58: | Line 58: | ||
* Copy your custom code library from your old DB to the new one. | * Copy your custom code library from your old DB to the new one. | ||
+ | * If a class cannot be found, please make sure it doesn't have the namespace "System". | ||
Also, some method signatures have changed, so we have to adapt custom code if these methods are used: | Also, some method signatures have changed, so we have to adapt custom code if these methods are used: | ||
Line 67: | Line 68: | ||
If you're stuck, please ask a developer. | If you're stuck, please ask a developer. | ||
+ | |||
+ | [[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]] | ||
== Optional: Maintain system object customizing == | == Optional: Maintain system object customizing == |
Revision as of 17:05, 15 February 2023
With UBIK® Server version 4.0, 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.0, it is necessary to create a new database and to transfer the data from the old database to the new one. Here's how.