Modifications entre les versions 3 et 4
Version 3 à la date du 2012-02-20 15:21:34
Taille: 1161
Éditeur: MoussaNombre
Commentaire:
Version 4 à la date du 2012-02-21 16:07:00
Taille: 1266
Éditeur: MoussaNombre
Commentaire: Mise à jour
Texte supprimé. Texte ajouté.
Ligne 3: Ligne 3:
{{{ Des façons de faire :

 1. http://wiki.sogo.nu/TB-upgrade-3-to-10
 1.
    {{{
Ligne 14: Ligne 18:
}}}     }}}
Ligne 16: Ligne 20:
{{{  1.
    {{{
Ligne 27: Ligne 32:
}}}     }}}

----

Migration Thunderbird de 3.1 à 10.0

Des façons de faire :

  1. http://wiki.sogo.nu/TB-upgrade-3-to-10

    • [SOGo] Migrationpath 3.x -> 10.x ?
      
      What we have done is:
      
          * Un-install lightning, connector, integrator
          * remove "calendar-data" folder from user's profile
          * install TB 10 ESR over 3.1 and configure any options (proxy, disable updates, etc)
          * install lightning, connector, and integrator
      
      We do this, so the user gets a fresh copy of the calendar cache, we have noticed that it is smaller than in the 3.1.x versions - it does take some time to initially build the cache but we feel it's better and could present less problems down the road with corrupt cache files...
    • Re: [SOGo] Migrationpath 3.x -> 10.x ?
      // Configure Thunderbird update
      // https://wiki.mozilla.org/Software_Update
      force_bool_pref("app.update.silent", true);
      force_bool_pref("app.update.enabled", true);
      force_bool_pref("app.update.auto", true);
      force_int_pref("app.update.mode", 1);
      force_char_pref("app.update.url.override","http://sogo.${domain}/thunderbird/updates.php?version=%VERSION%&target=%BUILD_TARGET%&lang=%LOCALE%");
      
      force_bool_pref("app.update.cert.requireBuiltIn", false); 


Projet/SOGo/MigrationTB10 (dernière édition le 2012-02-21 16:07:00 par MoussaNombre)