<div dir="ltr"><div>I've verified that the history bookmark migration is not a problem.</div><div><br></div><div>You should be able to go from 52 to 68 with no issue.</div><div><br></div><div>Mike<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 25, 2019 at 9:28 AM Mike Kaply <<a href="mailto:mkaply@mozilla.com">mkaply@mozilla.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>So it looks like we might have fixed the problem that keeps profiles from migrating from 52 to 68. There originally was a problem that we removed something from the db schema (something favicon related) that created the problem.</div><div><br></div><div>I'll do some more digging.<br></div><div><br></div><div>Mike<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 25, 2019 at 8:15 AM Dimas Streich (Informàtica Trueta) <<a href="mailto:dstreich.girona.ics@gencat.cat" target="_blank">dstreich.girona.ics@gencat.cat</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div>
    I've tried updating a PC from 52ESR to 68ESR (without installing
    60ESR in between) and bookmarks and history were migrated ok. In
    which cases can fail a migrated profile from 52 to 68?<br>
    <br>
    I set the environment variable MOZ_LEGACY_PROFILES to 1 and I
    executed this script:<br>
    <br>
    <font size="-1"><tt>TASKKILL /F /IM Firefox* /T</tt><tt><br>
      </tt><tt><br>
      </tt><tt>IF EXIST "%ProgramFiles%\Mozilla Firefox" (</tt><tt><br>
      </tt><tt>    "%ProgramFiles%\Mozilla Firefox\uninstall\helper.exe"
        -ms</tt><tt><br>
      </tt><tt>    "%WinDir%\System32\timeout.exe" /T 10 /NOBREAK</tt><tt><br>
      </tt><tt>    IF EXIST "%ProgramFiles%\Mozilla Firefox" (</tt><tt><br>
      </tt><tt>        RMDIR /S /Q "%ProgramFiles%\Mozilla Firefox"</tt><tt><br>
      </tt><tt>    )</tt><tt><br>
      </tt><tt>    DEL %Public%\Desktop\*Firefox*.lnk</tt><tt><br>
      </tt><tt>    RMDIR /S /Q "%ProgramData%\Microsoft\Windows\Start
        Menu\Programs\Mozilla Firefox"</tt><tt><br>
      </tt><tt>    REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla /F</tt><tt><br>
      </tt><tt>    REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins
        /F</tt><tt><br>
      </tt><tt>    REG DELETE HKEY_LOCAL_MACHINE\SOFTWARE\<a href="http://mozilla.org" target="_blank">mozilla.org</a> /F</tt><tt><br>
      </tt><tt>)</tt><tt><br>
      </tt><tt><br>
      </tt><tt>IF EXIST "%ProgramFiles(x86)%\Mozilla Firefox" (</tt><tt><br>
      </tt><tt>    "%ProgramFiles(x86)%\%\Mozilla
        Firefox\uninstall\helper.exe" -ms</tt><tt><br>
      </tt><tt>    "%WinDir%\System32\timeout.exe" /T 10 /NOBREAK</tt><tt><br>
      </tt><tt>    IF EXIST "%ProgramFiles(x86)%\%\Mozilla Firefox" (</tt><tt><br>
      </tt><tt>        RMDIR /S /Q "%ProgramFiles(x86)%\Mozilla Firefox"</tt><tt><br>
      </tt><tt>    )</tt><tt><br>
      </tt><tt>    DEL %Public%\Desktop\*Firefox*.lnk</tt><tt><br>
      </tt><tt>    RMDIR /S /Q "%ProgramData%\Microsoft\Windows\Start
        Menu\Programs\Mozilla Firefox"</tt><tt><br>
      </tt><tt>    REG DELETE
        HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mozilla /F</tt><tt><br>
      </tt><tt>    REG DELETE
        HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\<a href="http://mozilla.org" target="_blank">mozilla.org</a> /F</tt><tt><br>
      </tt><tt>    REG DELETE
        HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\MozillaPlugins /F</tt><tt><br>
      </tt><tt>)</tt><tt><br>
      </tt><tt><br>
      </tt><tt>IF EXIST "%ProgramFiles(x86)%\Mozilla Maintenance
        Service" (</tt><tt><br>
      </tt><tt>    "%ProgramFiles(x86)%\Mozilla Maintenance
        Service\Uninstall.exe" /S</tt><tt><br>
      </tt><tt>    "%WinDir%\System32\timeout.exe" /T 10 /NOBREAK</tt><tt><br>
      </tt><tt>    RMDIR /S /Q "%ProgramFiles(x86)%\Mozilla Maintenance
        Service"</tt><tt><br>
      </tt><tt>)</tt><tt><br>
      </tt><tt><br>
      </tt><tt>"%WinDir%\System32\timeout.exe" /T 10 /NOBREAK</tt><tt><br>
      </tt><tt><br>
      </tt><tt>C:\Users\User\Desktop\"Firefox Setup 68.2.0esr x64.exe"
        /S</tt></font><br>
    <br>
    You think this is a bad idea?<br>
    <br>
    <div>El 25/11/2019 a les 7:39, Timo Pietilä
      ha escrit:<br>
    </div>
    <blockquote type="cite">On
      22.11.2019 17.51, Paul Kosinski via Enterprise wrote:
      <br>
      <br>
      <blockquote type="cite">This may be OK for an individual, but
        shouldn't Enterprise software
        <br>
        be centrally upgradable by the sysadmin for *all* the users at
        once? The
        <br>
        recent changes to Firefox seem to keep requiring lots of
        attention by
        <br>
        the *individual* users. (And the upgrade path doesn't seem to
        allow easy
        <br>
        transition from version N-2 to version N, unlike with most
        software.)
        <br>
      </blockquote>
      <br>
      I agree that this trend of individuals over corporate is alarming
      and not only about FF, it is seen in many other programs too. For
      Firefox I hope this is one-time case, the actual engine change
      happened between 53 and 60 breaking a lot of things and I hope
      backward compatibility is now maintained from 60 onwards. You just
      need to figure out how to make this odd situation feasible to your
      users.
      <br>
      <br>
      Frankly I think FF should be able to convert profiles from 52 to
      68 and next profile-breaking version, and next and so on (60 could
      do it, why not 68), even if the direction is just one way. As you
      said it is only N-2 away from current version. But what is done is
      done, too late to fix things now.
      <br>
      <br>
      Timo Pietilä
      <br>
      _______________________________________________
      <br>
      Enterprise mailing list
      <br>
      <a href="mailto:Enterprise@mozilla.org" target="_blank">Enterprise@mozilla.org</a>
      <br>
      <a href="https://mail.mozilla.org/listinfo/enterprise" target="_blank">https://mail.mozilla.org/listinfo/enterprise</a>
      <br>
      <br>
      To unsubscribe from this list, please visit
      <a href="https://mail.mozilla.org/listinfo/enterprise" target="_blank">https://mail.mozilla.org/listinfo/enterprise</a> or send an email to
      <a href="mailto:enterprise-request@mozilla.org" target="_blank">enterprise-request@mozilla.org</a> with a subject of "unsubscribe"
      <br>
    </blockquote>
    <br>
    <div>-- <br>
      <br>
      <font style="font-family:Verdana;font-size:8pt;color:rgb(31,73,125)">
        <strong>Dimas Streich i Colomeda<br>
        </strong>
        Unitat de Tecnologies de la Informació i Comunicació<br>
        Hospital Universitari de Girona Doctor Josep Trueta<br>
        Institut Català de la Salut Girona<br>
        Departament de Salut | Generalitat de Catalunya<br>
        Av.França s/n | 17007 Girona<br>
        <a href="mailto:dstreich.girona.ics@gencat.cat" target="_blank">dstreich.girona.ics@gencat.cat</a>
        | <a href="http://www.hospitaltrueta.cat" target="_blank">http://www.hospitaltrueta.cat</a><br>
        <a href="http://www.facebook.com/icscat" target="_blank"><img src="http://icsgirona.cat/images/facebook.png"></a> <a href="http://twitter.com/htrueta" target="_blank"><img src="http://icsgirona.cat/images/twitter.png"></a> <a href="http://projectecims.wordpress.com" target="_blank"><img src="http://icsgirona.cat/images/wordpress.png"></a> <a href="http://www.youtube.com/icscat" target="_blank"><img src="http://icsgirona.cat/images/youtube.png"></a> <a href="http://slideshare.net/icscat" target="_blank"><img src="http://icsgirona.cat/images/slideshare.png"></a><br>
        <br>
        Aquest missatge s'adreça exclusivament a la persona destinatària
        i pot contenir informació privilegiada o
        confidencial. Si no sou el destinatari indicat, us recordem que
        la utilització, divulgació i/o còpia
        sense autorització està prohibida en virtut de la legislació
        vigent. Si heu rebut aquest missatge per error, feu-nos-ho saber
        immediatament per aquesta via i destruïu-lo.<br>
        Abans d'imprimir aquest correu, assegureu-vos que és realment
        necessari.
      </font></div>
  </div>

_______________________________________________<br>
Enterprise mailing list<br>
<a href="mailto:Enterprise@mozilla.org" target="_blank">Enterprise@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/enterprise" rel="noreferrer" target="_blank">https://mail.mozilla.org/listinfo/enterprise</a><br>
<br>
To unsubscribe from this list, please visit <a href="https://mail.mozilla.org/listinfo/enterprise" rel="noreferrer" target="_blank">https://mail.mozilla.org/listinfo/enterprise</a> or send an email to <a href="mailto:enterprise-request@mozilla.org" target="_blank">enterprise-request@mozilla.org</a> with a subject of "unsubscribe"<br>
</blockquote></div>
</blockquote></div>