Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Booting off new drive, Sync kept all info except for history.

  • 3 Antworten
  • 1 hat dieses Problem
  • 9 Aufrufe
  • Letzte Antwort von cor-el

more options

Recently booted off a new drive, when I originally signed in I had made a different firefox account since I was having verification issues. When I had that settled, I logged back into my old account which merged the two. It kept all of my old passwords and bookmarks I've made over the years, but it didn't keep my history. I've carefully sculpted my history for ages and I would really like to reaquire it somehow, let me know what's possible! Thanks.

Recently booted off a new drive, when I originally signed in I had made a different firefox account since I was having verification issues. When I had that settled, I logged back into my old account which merged the two. It kept all of my old passwords and bookmarks I've made over the years, but it didn't keep my history. I've carefully sculpted my history for ages and I would really like to reaquire it somehow, let me know what's possible! Thanks.

Alle Antworten (3)

more options

There are limitations with Sync for the history: New history is uploaded for 30 days and history expires in 60 days, so older history is lost.

HISTORY_TTL:5184000; // 60 days
THIRTY_DAYS_IN_MS:2592000000; // 30 days
MAX_HISTORY_UPLOAD:5000
MAX_HISTORY_DOWNLOAD:5000

Note that Sync isn't designed to be used as a backup, but is merely meant to sync data between connected devices. Best is always to backup your personal data locally.

more options

So even though all of the bookmarks and passwords save for years the history does not? I still have the same profile on the old hard drive.

more options

You can copy places.sqlite from the old profile to transfer the bookmarks and history. This means you lose newer bookmarks, so you need to create a JSON bookmarks backup beforehand and restore this backup after you have copied the old places.sqlite.


You can copy certain files with Firefox closed to the current profile folder to transfer or recover personal data. Note that best is to avoid copying a full profile folder.


  • bookmarks and history: places.sqlite
  • favicons: favicons.sqlite
  • bookmark backups: compressed .jsonlz4 JSON backups in the bookmarkbackups folder
  • cookies.sqlite for the Cookies
  • formhistory.sqlite for saved autocomplete Form Data
  • logins.json (encrypted logins;32+) and key4.db (decryption key;58+) for Passwords saved in the Password Manager
    key3.db support ended in 73+; to use key3.db in 58-72, make sure to remove key4.db
  • cert9.db (58+) for (intermediate) certificates stored in the Certificate Manager
  • persdict.dat for words added to the spell checker dictionary
  • permissions.sqlite for Permissions and possibly content-prefs.sqlite for other website specific data (Site Preferences)
  • sessionstore.jsonlz4 for open tabs and pinned tabs (see also the sessionstore-backups folder)