Difference between revisions of "HowTo:Transfer Data from UBIK 3 to UBIK 4"
(→Create an empty {{UBIK}} 4.0 database) |
(→Optional: Maintain customizing) |
||
Line 81: | Line 81: | ||
* For most View related methods, the parameter "bool sorted" does not exist anymore; it can be removed. | * For most View related methods, the parameter "bool sorted" does not exist anymore; it can be removed. | ||
− | |||
− | |||
* The UBIKClassList does not derive from List anymore. If you're using it as List in your custom code, you have to adapt this, using UBIKClassList instead. | * The UBIKClassList does not derive from List anymore. If you're using it as List in your custom code, you have to adapt this, using UBIKClassList instead. | ||
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 14:03, 27 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.