From 518648d0c55596e9ebcbd41f4d20af6b50b8fa9e Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Wed, 28 May 2008 22:06:45 +0000 Subject: [PATCH] Added a section on the subscription migration to gotcha.txt --- docs/gotcha.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/gotcha.txt b/docs/gotcha.txt index 59feefde2..d6e67444c 100644 --- a/docs/gotcha.txt +++ b/docs/gotcha.txt @@ -57,6 +57,18 @@ save you many hours of grief. been deleted, except for the Default Product Macro. During the upgrade, all products have been updated to use the Default Product Macro. + * Subscriptions have been converted to assets. These assets will be placed in + the import node in the folder 'Migrated Subscriptions'. + + * It used to be possible to link subscription codes to multiple subscriptions. + This is no longer the case. Subscription code that are not yet expired or used + and link to multiple subscriptions will be migrated in the following manner: + 1) The subscription codes will remain valid for one of the subscriptions they + linked to. + 2) For the other subscriptions connected to these codes new subscription codes + will be generated. The upgrade script print all the new codes in the case. + The new codes will also be logged in the webgui log file. + 7.5.9 --------------------------------------------------------------------