搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

New clear profile every time after Firefox update

more options

Hello.

In organization we like to use Firefox as default browser. But we have a every day problem with profiles.

After update, Firefox create new profile and not copy user data to it. So user lost hes tabs, extensions, history and e.t.c. We can see two or more profiles for one user.

For example user logon to computer with Firefox version 68.0.1. Firefox automatically update to 68.0.2, and user now have new profile without custom data.

profiles.ini looks like:

[Install308046B0AF4A39CB] Default=Profiles/6qa5a710.default-release Locked=1

[Profile1] Name=default-release IsRelative=1 Path=Profiles/6qa5a710.default-release

[Profile0] Name=default IsRelative=1 Path=Profiles/xu3ic03g.default-1561039332923 Default=1

[General] StartWithLastProfile=1 Version=2

We create powershell script for workaround issue. Script copy files from privies profile: $profileCurrent\*.sqlite" $profileCurrent\sessionstore.jsonlz4" $profileCurrent\extensions\*.*" $profileCurrent\*.json"

You mast know that in organization we user roaming profile and ue-v, so users can logon on any computer. Some computers can be with older Firefox version like 68.0.1 or new one like 68.0.2.

Please help find solution for this issues. Can Firefox account help with this? Or we mast create some more clever script?

Thank you.

Hello. In organization we like to use Firefox as default browser. But we have a every day problem with profiles. After update, Firefox create new profile and not copy user data to it. So user lost hes tabs, extensions, history and e.t.c. We can see two or more profiles for one user. For example user logon to computer with Firefox version 68.0.1. Firefox automatically update to 68.0.2, and user now have new profile without custom data. profiles.ini looks like: [Install308046B0AF4A39CB] Default=Profiles/6qa5a710.default-release Locked=1 [Profile1] Name=default-release IsRelative=1 Path=Profiles/6qa5a710.default-release [Profile0] Name=default IsRelative=1 Path=Profiles/xu3ic03g.default-1561039332923 Default=1 [General] StartWithLastProfile=1 Version=2 We create powershell script for workaround issue. Script copy files from privies profile: $profileCurrent\*.sqlite" $profileCurrent\sessionstore.jsonlz4" $profileCurrent\extensions\*.*" $profileCurrent\*.json" You mast know that in organization we user roaming profile and ue-v, so users can logon on any computer. Some computers can be with older Firefox version like 68.0.1 or new one like 68.0.2. Please help find solution for this issues. Can Firefox account help with this? Or we mast create some more clever script? Thank you.

被采纳的解决方案

Do`s it help me? -allow-downgrade

Firefox 67's Downgrade Protection prevents accidentally starting Firefox in a profile running a later version of Firefox. Depending on changes between the two versions, some files in a profile may not be downwards compatible. Adding this option bypasses Downgrade Protection.

定位到答案原位置 👍 0

所有回复 (5)

more options

The new upgrade should use the existing profile. Not create a new one unless something goes wrong.

Are you saying the original profile is not there, or not accessed?


Not there) Look on your desktop. Do you see a folder called; Old Firefox? Look inside. Look for the folder with the latest creation date.

https://support.mozilla.org/en-US/kb/recovering-important-data-from-an-old-profile

https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles

https://support.mozilla.org/en-US/kb/how-run-firefox-when-profile-missing-inaccessible


Not accessed) You may have a corrupt profiles.ini file. Close Firefox. Open your file browser to this hidden location:

  • Mac: *~/Library/Application Support/Firefox/
  • Linux: *~/.mozilla/firefox/
  • Windows: %AppData%\Mozilla\Firefox\
  • *C:\Users\<user>\AppData\Roaming\Mozilla\Firefox\

Locate the profiles.ini file. Then rename or delete it.

Firefox should create a new profile.

more options

Safest would be to only use a profile with the preferred .default-release file extension because in some cases Firefox prefers such a profile. A profile with a time stamp appended (I see: 1561039332923) is created as the result of a refresh.

Installs.ini stores data that is used to lock a profile against a specific installation folder.

more options

It seems that the problem occurs if a user with a new profile starts Firefox with an older version.

So user select create new profile.

Who force update before start up Firefox?

more options

选择的解决方案

Do`s it help me? -allow-downgrade

Firefox 67's Downgrade Protection prevents accidentally starting Firefox in a profile running a later version of Firefox. Depending on changes between the two versions, some files in a profile may not be downwards compatible. Adding this option bypasses Downgrade Protection.

more options

Hmmm, -allow-downgrade works perfect! :)

Also I want to reconfigure UE-V template and sync only this files:

$profileCurrent\*.sqlite" $profileCurrent\*.jsonlz4 $profileCurrent\extensions\*.* $profileCurrent\*.json"

That's all, nothing else. What do you think about this?