Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

How to delay automatic updates ?

  • 5 respostas
  • 1 tem este problema
  • 1 exibição
  • Última resposta de dismas

more options

Hello, How to delay the installation of automatic updates by 15 days (for example) ? I'd like to avoid issues with new features in a business environment. I know ESR may be a solution but : - I can't switch from RR to ESR when I want due to the profiles issue (https://support.mozilla.org/en-US/kb/dedicated-profiles-firefox-installation#w_what-happens-to-my-profile-if-i-downgrade-to-a-previous-version-of-firefox). - Every new major version of ESR may contain features that break compatibility with my applications. Thanks in advance.

Hello, How to delay the installation of automatic updates by 15 days (for example) ? I'd like to avoid issues with new features in a business environment. I know ESR may be a solution but : - I can't switch from RR to ESR when I want due to the profiles issue (https://support.mozilla.org/en-US/kb/dedicated-profiles-firefox-installation#w_what-happens-to-my-profile-if-i-downgrade-to-a-previous-version-of-firefox). - Every new major version of ESR may contain features that break compatibility with my applications. Thanks in advance.

Solução escolhida

Thanks to both of you. Failing a satisfactory solution (a feature developped by Mozilla) for business environment with thousands of computers, a workable accommodation seems to lie in switching to ESR and dealing with policies.json to delay (disable then enable) major updates.

Update : In fact switching to ESR should be enough because a major update is only installed when the .2 minor version is released according to the following kb. For example ESR 68 will be updated to ESR 78 when ESR 78.2 will be available which will happen 12 weeks after.

Ler esta resposta 👍 0

Todas as respostas (5)

more options

How do you completely turn off update checks in Firefox v64? You can use a policies.json file to disable updates for all users. https://github.com/mozilla/policy-templates/blob/master/README.md or https://winaero.com/blog/disable-updates-firefox-63-above/

more options

Thanks but I don't want to disable automatic updates. I just want to be able to defer their installations. Let's say my computers are running version 72.0.1 for few weeks and today version 73.0 is released but is not yet comptatible with a third party extension because of a new way to handle them. I'd like to be able to defer the installation of version 73.0 for 15 days for example. It will then give time to the developers of this extension to make the proper changes and release a new version.

more options

There is no way to 'delay' the updates. But using the above, you can choose when to allow it by manually updating.

more options

You can use a policies.json file in the distribution folder in the Firefox program folder to disable or enable updating.

Updates disabled:

{
  "policies": {
    "DisableAppUpdate": true
  }
}

Once you are ready to update then you can edit the policies.json file and enable updating. { "policies": { "DisableAppUpdate": false } }

more options

Solução escolhida

Thanks to both of you. Failing a satisfactory solution (a feature developped by Mozilla) for business environment with thousands of computers, a workable accommodation seems to lie in switching to ESR and dealing with policies.json to delay (disable then enable) major updates.

Update : In fact switching to ESR should be enough because a major update is only installed when the .2 minor version is released according to the following kb. For example ESR 68 will be updated to ESR 78 when ESR 78.2 will be available which will happen 12 weeks after.

Alterado por dismas em