Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

Migrate site and master passwords and logins from Firefox to Light

  • 8 trả lời
  • 2 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

In order to speed up my USB portable browser, I want to migrate from Firefox v.30 to Light v.30. Only now I noticed I still have key3.db instead of key4.db and cert8.db instead of cert9.db in Firefox profile. https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile#w_your-important-data-and-their-files doesn't specify how to upgrade those versions, nor some other replies, for example https://support.mozilla.org/en-US/questions/767061.

Copying of key3.db, signons.sqlite between profiles didn't help to get my passwords nor my master password in Light. Any thoughts why? Because I have key3.db instead of key4.db or because I use master password?

In order to speed up my USB portable browser, I want to migrate from Firefox v.30 to Light v.30. Only now I noticed I still have key3.db instead of key4.db and cert8.db instead of cert9.db in Firefox profile. https://support.mozilla.org/en-US/kb/Recovering%20important%20data%20from%20an%20old%20profile#w_your-important-data-and-their-files doesn't specify how to upgrade those versions, nor some other replies, for example https://support.mozilla.org/en-US/questions/767061. Copying of key3.db, signons.sqlite between profiles didn't help to get my passwords nor my master password in Light. Any thoughts why? Because I have key3.db instead of key4.db or because I use master password?

Giải pháp được chọn

Note that you can use a CMD or BAT file to set an environment variable temporarily for only that start.

set NSS_DEFAULT_DB_TYPE=sql start "" "path to Firefox\firefox.exe" -P

I notice that the SQLite files are considerably larger because Firefox likely uses an minimum size to prevent issues with fragmentation like is done with all SQLite files.

Note that Firefox is actually dropping a lot of SQLite files and replace them with JSON type files (extensions.json, addons.json, search.json, logins.json) to prevent issues that SQLite gives in some cases and make it easier to keep the database in memory to boost the performance.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (8)

more options

I received a reply that current Firefox versions still use signons.sqlite and key3.db to store the names and passwords and cert8.db for the certificates. Only Firefox 32 and later will use logins.json instead of signons.sqlite. Well, obviously Light is using them already.

more options

I would assume that Light still uses the signons.sqlite and key3.db files and will probably pick up a Firefox profile automatically unless you would have created a new profile and use the -P "profile" command line switch to start with this profile.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
more options

I received this reply which explains the issue:

Light use sql as nss database, so the files are key4.db and cert9.db rather than key3.db and cert8.db. Light don't support migration from key3.db to key4.db, but firefox do have the ability. you need set environment variable NSS_DEFAULT_DB_TYPE to value "sql", then open firefox. the migration is automatic. you will find key4.db in the profile folder.

As for logins.json, light has the ability of automatic migration. But you may need delete the logins.json file before copying the key4.db and signons.sqite files.

more options

Were you able to fix it with these directions?

I see that one disadvantage of the Light version is that they also removed the spell checker.

more options

I'm looking for a way to set environment variable NSS_DEFAULT_DB_TYPE in my Portable Firefox.

more options

Environment variable NSS_DEFAULT_DB_TYPE is Windows environment variable. After setting it, Firefox 30 created key4.db and cert9.db. In the end, I wasn't able to fix the transfer. Even if I deleted the logins.json file in Light profile before copying the key4.db and signons.sqite files from Firefox profile, I didn't get new logins.json and saved passwords didn't appear.

more options

After resetting signon.importedFromSqlite in about:config in Light 31, I got my passwords. Firefox 30 still doesn't have this.

more options

Giải pháp được chọn

Note that you can use a CMD or BAT file to set an environment variable temporarily for only that start.

set NSS_DEFAULT_DB_TYPE=sql start "" "path to Firefox\firefox.exe" -P

I notice that the SQLite files are considerably larger because Firefox likely uses an minimum size to prevent issues with fragmentation like is done with all SQLite files.

Note that Firefox is actually dropping a lot of SQLite files and replace them with JSON type files (extensions.json, addons.json, search.json, logins.json) to prevent issues that SQLite gives in some cases and make it easier to keep the database in memory to boost the performance.

Được chỉnh sửa bởi cor-el vào